ASPxClientHtmlEditorImageDialog.GetThumbnailNameTextBox Method
Provides access to the client object of the “New image name” text box in the Html Editor’s Image dialog.
Declaration
GetThumbnailNameTextBox(): ASPxClientTextBox
Returns
Type | Description |
---|---|
ASPxClientTextBox | A ASPxClientTextBox object. |
Remarks
Use the GetThumbnailNameTextBox method to access the “New image name” 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