ASPxClientHtmlEditor.GetDesignViewDocument Method
Returns the document object generated by an iframe element within a design view area.
Declaration
GetDesignViewDocument(): any
Returns
Type | Description |
---|---|
any | A document object specifying the design view area content. |
Remarks
If the ASPxHtmlEditorSettings.AllowDesignView property is set to false
the GetDesignViewDocument methods returns null.
See Also