PrependHtml - cWebHtmlBox
Prepends HTML to the content of the HTML box
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sHtml | String | HTML to prepend |
Syntax
Procedure PrependHtml String sHtml
Call Example
Send PrependHtml sHtml
Description
The passed HTML is inserted before the existing content into 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.