Re: 4D Write Pro CSS

2017-04-26 Thread Jeremy French via 4D_Tech
Hi Pat, Programmatically, my workaround for style sheets is to use the new capabilities to: • define bookmarks. • define templates. • build ranges. • create temporary WritePro areas from a single bookmark. • insert temporary WritePro areas into the final WritePro document. In this scheme, the

Re: 4D Write Pro CSS

2017-04-26 Thread Pat Bensky via 4D_Tech
OK, thanks for clarifying that :) So ... I want to create Write Pro documents entirely through programming, but there seem to be some vital options missing. For example: How to create a new Stylesheet? You can apply an existing stylesheet with WP SET ATTRIBUTES but I don't see a way to create

Re: 4D Write Pro CSS

2017-04-24 Thread Keisuke Miyako via 4D_Tech
Hello, > I want to create HTML files and open them in 4D Write Pro. > The docs state that the .4wp format is HTML, but if I try to import even a > very simple HTML document, it fails. I am sorry to say this won't work. 4D Write Pro is not a Web Browser, it so happens that a 4D Write Pro

Re: 4D Write Pro CSS

2017-04-24 Thread Pat Bensky via 4D_Tech
Hi Keisuke, Thanks for your reply. Perhaps it would make more sense if I explain what I'm trying to do ... I want to create HTML files and open them in 4D Write Pro. So I need to know which CSS attributes 4D Write Pro supports. Also, is it even possible to do this? The docs state that the .4wp

Re: 4D Write Pro CSS

2017-04-23 Thread Keisuke Miyako via 4D_Tech
Hello, if the question is "which experimental CSS is supported in 4D Write Pro?", then I think you might be asking the wrong question. quote: "4D specific tags" means 4D XHTML with a 4D namespace and 4D CSS styles. http://doc.4d.com/4Dv16/4D/16/WP-EXPORT-DOCUMENT.301-3048103.en.html in other

Re: 4D Write Pro CSS

2017-04-23 Thread Pat Bensky via 4D_Tech
Hmmm. That doesn't appear to be a very comprehensive list. I did a quick test - created a 4D Write Pro document with an experimental Stylesheet and exported it as HTML. It included a CSS section, as expected, with this style definition: li.experimental-style {

Re: 4D Write Pro CSS

2017-04-22 Thread Keisuke Miyako via 4D_Tech
http://doc.4d.com/4Dv15/4D/15.4/Supported-tags.300-3274727.en.html explains proprietary CSS attributes such as and Click here > 2017/04/23 1:12、Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> のメール: > its own subset of HTML/CSS attributes and tags, specified in this manual."

4D Write Pro CSS

2017-04-22 Thread Pat Bensky via 4D_Tech
In the online docs for v16r2 it says: "*Note:* The 4D Write Pro internal document format is a proprietary HTML extension, compatible with HTML5/XHTML5, but which supports its own subset of HTML/CSS attributes and tags, specified in this manual."