ASPxClientHtmlEditorDialogBase.GetOkButton Method
In This Article
Provides access to the client object of the “OK” button in the Html Editor’s dialogs.
#Declaration
TypeScript
GetOkButton(): ASPxClientButton
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetOkButton method to access the “OK” button in the Html Editor’s Dialogs.
For more information about client APIs related to Html Editor’s dialogs, refer to the Related Client API section in an appropriate topic listed in the Dialogs article.
Online Demo: Html Editor - Dialog Customization
See Also