4D v154D Write Pro Constants |
||||||||||||||||||||||||||
|
4D v15
4D Write Pro Constants
|
Constant | Type | Value | Comment |
wk html debug | Longint | 1 | Formatted HTML code ("pretty print"), easier to debug |
wk mime html | Longint | 1 | 4D Write Pro document is saved as standard MIME HTML with HTML documents and images embedded as MIME parts (encoded in base64). Expressions are computed and 4D specific tags are removed. This format is particularly suitable for sending HTML emails with the SMTP_QuickSend command. |
wk normal | Longint | 0 | Standard HTML code |
wk web page complete | Longint | 2 | .htm or .html extension. The document is saved as standard HTML and its resources are saved separately. 4D tags are removed and expressions are computed. This format is particularly suitable when you want to display a 4D Write Pro document in a web browser. |
wk web page html 4D | Longint | 3 | 4D Write Pro document is saved as HTML and includes 4D specific tags; each expression is inserted as a non-breaking space. Since this format is lossless, it is appropriate for storing purposes in a text field. |
Product: 4D
Theme: 4D Write Pro Language
4D Write Pro Reference ( 4D v15)