Back to Devexpress

MVCxClientHtmlEditor Members

aspnetmvc-js-mvcxclienthtmleditor-dot-underscore-members.md

latest1.2 KB
Original Source

MVCxClientHtmlEditor Members

A client-side counterpart of the HtmlEditor extension.

Methods

NameDescription
Cast(obj) staticConverts the specified object to the MVCxClientHtmlEditor type.
PerformDataCallback(data)Sends a callback with a parameter to process the passed information on the server, in an Action specified via the HtmlEditor’s HtmlEditorSettings.CustomDataActionRouteValues property, and then return the processing result to the ASPxClientHtmlEditor.CustomDataCallback event on the client. This method does not update the HtmlEditor.

Events

NameDescription
BeginCallbackOccurs when a callback for server-side processing is initiated.

See Also

MVCxClientHtmlEditor Class