ASPxClientHtmlEditorSelection.SetHtml(html, addToHistory) Method
Sets the new HTML markup in place of the currently selected within ASPxHtmlEditor content.
Declaration
SetHtml(
html: string,
addToHistory: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| html | string | A string value specifying the new HTML markup. |
| addToHistory | boolean |
|
See Also