Skip to main content

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

true to clear the undo stack; otherwise, false.

See Also