ASPxClientHtmlEditor.GetDialogPopupControl Method
Provides access to the client ASPxPopupControl object that is a Html Editor’s dialog.
Declaration
GetDialogPopupControl(): ASPxClientPopupControl
Returns
Type | Description |
---|---|
ASPxClientPopupControl | A ASPxClientPopupControl object. |
Remarks
Use the GetDialogPopupControl method to access a Html Editor’s dialog.
For more information about client APIs related to the Html Editor’s dialogs, refer to the Related Client API section in the topics listed in the Html Editor’s dialogs article.
Online Demo: Html Editor - Dialog Customization
See Also