constructor(htmlEditor, elementToReplace) Constructor
Initializes a new instance of the ASPxClientHtmlEditorInsertTableCommandArguments class with specified settings.
Declaration
constructor(
htmlEditor: ASPxClientHtmlEditor,
elementToReplace: any
)
Parameters
Name | Type | Description |
---|---|---|
htmlEditor | ASPxClientHtmlEditor | The HTML editor executing a command. |
elementToReplace | any | The element that will be replaced by the inserted table element. |
See Also