ASPxClientHtmlEditorLinkDialog.GetEmailTextBox Method
Provides access to the client object of the “E-mail to” text box in the Html Editor’s Link dialog.
Declaration
GetEmailTextBox(): ASPxClientTextBox
Returns
Type | Description |
---|---|
ASPxClientTextBox | A ASPxClientTextBox object. |
Remarks
Use the GetEmailTextBox method to access the “E-mail to” text box in the Html Editor’s Link Dialogs.
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