ASPxClientHtmlEditor Events
Represents a client-side equivalent of the ASPxHtmlEditor control.
Name | Description |
---|---|
Active |
Fires on the client side after the active tab has been changed within a control. |
Active |
Fires on the client side before the active tab is changed within a control. |
Before |
Occurs before an HTML code is pasted to editor content, and allows you to modify it. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Command |
Occurs after a default or custom command has been executed on the client side. |
Command |
Occurs before a default or custom command has been executed and allows you to cancel the action. |
Context |
Occurs on the client side before a context menu is shown. |
Custom |
Enables you to implement a custom command’s logic. |
Custom |
Fires after a callback, sent by the ASPx |
Custom |
Occurs on the client side after a custom dialog is closed. |
Custom |
Fires on the client side before a custom dialog is closed. |
Custom |
Occurs on the client side after a custom dialog is opened. |
Dialog |
Occurs on the client side after a dialog is closed. |
Dialog |
Fires on the client side before a dialog is going to be closed. |
Dialog |
Occurs on the client side after a dialog has been initialized. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
Got |
Fires on the client side when the editor’s Design View Area receives input focus. |
Html |
Occurs on the client side when the content of the editor changes. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Lost |
Fires on the client side when the editor’s Design View Area loses input focus. |
Selection |
Occurs on the client when a selection is changed within the ASPx |
Spelling |
Occurs on the client side after the editor content is spell checked. |
Validation |
Allows you to specify whether the value entered into the ASPx |
See Also