HtmlEditorClientSideEvents Properties
Contains a list of the client-side events available for the ASPxHtmlEditor.| Name | Description |
|---|---|
| ActiveTabChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.ActiveTabChanged event. |
| ActiveTabChanging | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.ActiveTabChanging event. |
| BeforePaste | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.BeforePaste event. |
| BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
| CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
| CommandExecuted | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.CommandExecuted event. |
| CommandExecuting | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.CommandExecuting event. |
| ContextMenuShowing | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.ContextMenuShowing event. |
| CustomCommand | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.CustomCommand event. |
| CustomDataCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. |
| CustomDialogClosed | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.CustomDialogClosed event. |
| CustomDialogClosing | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.CustomDialogClosing event. |
| CustomDialogOpened | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.CustomDialogOpened event. |
| DialogClosed | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.DialogClosed event. |
| DialogClosing | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.DialogClosing event. |
| DialogInitialized | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.DialogInitialized event. |
| EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
| GotFocus | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.GotFocus event. |
| HtmlChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.HtmlChanged event. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| LostFocus | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.LostFocus event. |
| SelectionChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.SelectionChanged event. |
| SpellingChecked | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.SpellingChecked event. |
| Validation | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientHtmlEditor.Validation event. |
See Also