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