ASPxClientHtmlEditorTableDialog.GetWidthValueSpinEdit Method
Provides access to the client object of the spin editor in the Html Editor’s Table dialogs that allows you to specify the table width value.
Declaration
GetWidthValueSpinEdit(): ASPxClientSpinEdit
Returns
Type | Description |
---|---|
ASPxClientSpinEdit | A ASPxClientSpinEdit object. |
Remarks
Use the GetWidthValueSpinEdit method to get access to the spin editor in the Html Editor’s Table dialogs that allows you to specify the table width value.
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