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