Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorLinkDialog.GetSelectDocumentPopupSelectButton Method

Provides access to the client object of the “Select” button in the Link dialog’s “Select Document” popup window.

Declaration

GetSelectDocumentPopupSelectButton(): ASPxClientButton

Returns

Type Description
ASPxClientButton

A ASPxClientButton object.

Remarks

Use the GetSelectDocumentPopupSelectButton method to access the “Select” button in the Link Dialogs‘s “Select Document” popup window.

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