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