ASPxClientHtmlEditor.SetHtml(html) Method
Sets the HTML markup that represents the editor’s content.
Declaration
SetHtml(
html: string,
clearUndoHistory?: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| html | string | A string value that specifies the HTML markup. |
| clearUndoHistory | boolean |
|
See Also