Skip to main content

ASPxClientHtmlEditorLinkDialog.GetSelectDocumentPopupCancelButton Method

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

Declaration

GetSelectDocumentPopupCancelButton(): ASPxClientButton

Returns

Type Description
ASPxClientButton

A ASPxClientButton object.

Remarks

Use the GetSelectDocumentPopupCancelButton method to access the “Cancel” 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