ASPxClientHtmlEditorImageDialog.GetDescriptionTextBox Method
In This Article
Provides access to the client object of the “Description” text box in the Html Editor’s Image dialog.
#Declaration
TypeScript
GetDescriptionTextBox(): ASPxClientTextBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetDescriptionTextBox method to access the “Description” text box in the Html Editor’s Image Dialogs.
For more information about client APIs related to the Html Editor’s Image dialog, refer to the Related Client API section in the Image Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also