Command WR INSERT HTML EXPRESSION

4D Write

WR INSERT HTML EXPRESSION

version 6.7


WR INSERT HTML EXPRESSION (area; htmlExpression)

ParameterTypeDescription
areaLongint4D Write area
htmlExpressionTextHTML expression

Description

The WR INSERT HTML EXPRESSION command inserts in area the HTML expression put into the htmlExpression parameter. The expression is inserted where the cursor is located. If text was selected at the moment of insertion, the text is replaced by the expression.

The HTML expression will not appear in the original 4D Write document but will be inserted as a HTML expression when the document is saved in HTML format. The HTML text will be interpreted directly through a Web browser; it can therefore contain any kind of HTML tag (URLs, style markers, images, etc.).

When the 4D Write document is exported in HTML, the expression will be saved in the generated HTML document.

See Also

WR Get HTML expression.