ASPxClientHtmlEditorLinkDialog.GetSelectDocumentPopupSelectButton Method
In This Article
Provides access to the client object of the “Select” button in the Link dialog’s “Select Document” popup window.
#Declaration
TypeScript
GetSelectDocumentPopupSelectButton(): ASPxClientButton
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#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