Skip to main content

ASPxClientHtmlEditorTableDialog.GetWidthTypeComboBox Method

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

Declaration

GetWidthTypeComboBox(): ASPxClientComboBox

Returns

Type Description
ASPxClientComboBox

A ASPxClientComboBox object.

Remarks

Use the GetWidthTypeComboBox method to get access to the “Width” combo 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