Skip to main content

MVCxClientHtmlEditor Members

A client-side counterpart of the HtmlEditor extension.

Methods

Name Description
Cast(obj) static Converts 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

Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
See Also