aspnet-js-aspxclienthtmleditor.md
Represents a client-side equivalent of the ASPxHtmlEditor control.
declare class ASPxClientHtmlEditor extends ASPxClientControl
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).
ASPxClientControlBase ASPxClientControl ASPxClientHtmlEditor
See Also