AppendHtml - cWebHtmlBox
Appends HTML to the content of the HTML box
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sHtml | String | HTML to append |
Syntax
Procedure AppendHtml String sHtml
Call Example
Send AppendHtml sHtml
Description
The passed HTML is appended to the content of the HTML box.
To optimize the performance this message does not mark psHtml as synchronized web property.
Note that the entire HTML string (including the existing content) is reparsed and rendered by the browser. This will cause changes by the user to, for example contents of an input element inside the HTML string, to be cleared.