ASPxClientHtmlEditorTableDialog.GetCellSpacingSpinEdit Method
In This Article
Provides access to the client object of the “Cell spacing” spin editor in the Html Editor’s Table dialogs.
#Declaration
TypeScript
GetCellSpacingSpinEdit(): ASPxClientSpinEdit
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetCellSpacingSpinEdit method to get access to the “Cell spacing” spin editor 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