Namespace:DevExpress.Web.ASPxHtmlEditor.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function ASPxClientHtmlEditorInsertTableCommandArguments(
htmlEditor : ASPxClientHtmlEditor,
elementToReplace : object
);
|
Parameters
-
htmlEditor
-
Type: ASPxClientHtmlEditor
The HTML editor executing a command.
-
elementToReplace
-
Type: Object
The element that will be replaced by the inserted table element.

See Also