Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditor Class

Represents a client-side equivalent of the ASPxHtmlEditor control.

Declaration

declare class ASPxClientHtmlEditor extends ASPxClientControl

Remarks

The ASPxClientHtmlEditor object serves as a client-side equivalent of the ASPxHtmlEditor control, and implements functionality allowing you to change the control’s visibility on the client side (ASPxClientControlBase.SetVisible), process default and custom commands (ASPxClientHtmlEditor.ExecuteCommand, ASPxClientHtmlEditor.CustomCommand, ASPxClientHtmlEditor.CommandExecuted), manipulate the editor’s HTML content (ASPxClientHtmlEditor.SetHtml, ASPxClientHtmlEditor.HtmlChanged) and respond to the text selection being changed within the editor (ASPxClientHtmlEditor.SelectionChanged).

See Also