ASPxClientHtmlEditorLinkDialog.GetOpenInNewWindowCheckBox Method
In This Article
Provides access to the client object of the “Open in new window” check box in the Html Editor’s Link dialog.
#Declaration
TypeScript
GetOpenInNewWindowCheckBox(): ASPxClientCheckBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetOpenInNewWindowCheckBox method to access the “Open in new window” check box in the Html Editor’s Link Dialogs.
For more information about client APIs related to the Html Editor’s Link dialog, refer to the Related Client API section in the Link Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also