Back to Devexpress

ASPxClientHtmlEditor Events

aspnet-js-aspxclienthtmleditor-dot-underscore-events.md

latest4.3 KB
Original Source

ASPxClientHtmlEditor Events

Represents a client-side equivalent of the ASPxHtmlEditor control.

NameDescription
ActiveTabChangedFires on the client side after the active tab has been changed within a control.
ActiveTabChangingFires on the client side before the active tab is changed within a control.
BeforePasteOccurs before an HTML code is pasted to editor content, and allows you to modify it.
BeginCallbackOccurs when a callback for server-side processing is initiated.
CallbackErrorFires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientHtmlEditor.
CommandExecutedOccurs after a default or custom command has been executed on the client side.
CommandExecutingOccurs before a default or custom command has been executed and allows you to cancel the action.
ContextMenuShowingOccurs on the client side before a context menu is shown.
CustomCommandEnables you to implement a custom command’s logic.
CustomDataCallbackFires after a callback, sent by the ASPxClientHtmlEditor.PerformDataCallback method, has been processed within the ASPxHtmlEditor.CustomDataCallback event handler.
CustomDialogClosedOccurs on the client side after a custom dialog is closed.
CustomDialogClosingFires on the client side before a custom dialog is closed.
CustomDialogOpenedOccurs on the client side after a custom dialog is opened.
DialogClosedOccurs on the client side after a dialog is closed.
DialogClosingFires on the client side before a dialog is going to be closed.
DialogInitializedOccurs on the client side after a dialog has been initialized.
EndCallbackOccurs on the client side after a callback’s server-side processing has been completed.
GotFocusFires on the client side when the editor’s Design View Area receives input focus.
HtmlChangedOccurs on the client side when the content of the editor changes.
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
LostFocusFires on the client side when the editor’s Design View Area loses input focus.
SelectionChangedOccurs on the client when a selection is changed within the ASPxHtmlEditor.
SpellingCheckedOccurs on the client side after the editor content is spell checked.
ValidationAllows you to specify whether the value entered into the ASPxHtmlEditor is valid.

See Also

ASPxClientHtmlEditor Class

ASPxClientHtmlEditor Members