MVCxClientHtmlEditor Methods
A client-side counterpart of the HtmlEditor extension.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. |
See Also