Skip to main content

ASPxClientHtmlEditorTableDialog.GetCaptionTextBox Method

Provides access to the client object of the “Caption” text box in the Html Editor’s Table dialogs.

Declaration

GetCaptionTextBox(): ASPxClientTextBox

Returns

Type Description
ASPxClientTextBox

A ASPxClientTextBox object.

Remarks

Use the GetCaptionTextBox method to get access to the “Caption” text box in the Html Editor’s Table dialogs.

For more information about client APIs related to Html Editor’s Table dialogs, refer to the Related Client API section in the Table Dialogs topic.

Online Demo: Html Editor - Dialog Customization

See Also