Skip to main content

ASPxClientHtmlEditorLinkDialog.GetSelectDocumentPopupControl Method

Provides access to the client popup control object that is the “Select Document” popup window in the Html Editor’s Link dialog.

Declaration

GetSelectDocumentPopupControl(): ASPxClientPopupControl

Returns

Type Description
ASPxClientPopupControl

A ASPxClientPopupControl object.

Remarks

Use the GetSelectDocumentPopupControl method to access the popup control object that is the “Select Document” popup window 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