constructor(htmlEditor) Constructor
Initializes a new instance of the object.
Declaration
constructor(
htmlEditor: ASPxClientHtmlEditor,
selectedElement?: any
)
Parameters
Name | Type | Description |
---|---|---|
htmlEditor | ASPxClientHtmlEditor | The Html Editor. |
selectedElement | any | The selected element. |
See Also