Skip to main content
A newer version of this page is available. .

Table Dialogs

  • 2 minutes to read

Table dialogs include the following dialog types.

Insert Table Dialog

This dialog allows end-users to insert a new table and specify its settings (size, layout, and appearance).

ASPxHtmlEditor-Concepts-UI-Dialogs-InsertTable

Table Properties Dialog

This dialog allows end-users to change settings for the table selected within the ASPxHtmlEditor.

ASPxHtmlEditor-Concepts-UI-Dialogs-TableProperties

Row, Column, and Cell Properties Dialogs

The ASPxHtmlEditor allows end-users to modify the table’s row, column and cell properties, using specific dialogs.

ASPxHtmlEditor-Concepts-UI-Dialogs-CellProperties

ASPxHtmlEditor-Concepts-UI-Dialogs-ColumnProperties

ASPxHtmlEditor-Concepts-UI-Dialogs-RowProperties

Run Demo: Tables

ASPxHtmlEditor provides a comprehensive API, allowing you to operate with the opened dialog programmatically on the client side.

Insert Table Dialog

Dialog UI elements

Client method

Common Dialog UI elements

ASPxClientHtmlEditorTableDialog.GetAccessibilityCheckBox

ASPxClientHtmlEditorDialogBase.GetOkButton

ASPxClientHtmlEditorDialogBase.GetCancelButton

Table Size

ASPxClientHtmlEditorInsertTableDialog.GetColumnCountSpinEdit

ASPxClientHtmlEditorInsertTableDialog.GetRowCountSpinEdit

ASPxClientHtmlEditorTableDialog.GetWidthTypeComboBox

ASPxClientHtmlEditorInsertTableDialog.GetEqualWidthCheckBox

ASPxClientHtmlEditorTableDialog.GetHeightTypeComboBox

Layout

ASPxClientHtmlEditorTableDialog.GetCellPaddingSpinEdit

ASPxClientHtmlEditorTableDialog.GetCellSpacingSpinEdit

ASPxClientHtmlEditorTableDialog.GetAlignmentComboBox

Appearance

ASPxClientHtmlEditorTableDialog.GetBorderColorColorEdit

ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit

ASPxClientHtmlEditorTableDialog.GetBorderWidthSpinEdit

ASPxHtmlEditor-ClientAPI-InsertTable

Table Properties Dialog

Dialog UI elements

Client method

Common Dialog UI elements

ASPxClientHtmlEditorTableDialog.GetAccessibilityCheckBox

ASPxClientHtmlEditorDialogBase.GetOkButton

ASPxClientHtmlEditorDialogBase.GetCancelButton

Table Size

ASPxClientHtmlEditorTableDialog.GetWidthTypeComboBox

ASPxClientHtmlEditorTableDialog.GetHeightTypeComboBox

Layout

ASPxClientHtmlEditorTableDialog.GetCellPaddingSpinEdit

ASPxClientHtmlEditorTableDialog.GetCellSpacingSpinEdit

ASPxClientHtmlEditorTableDialog.GetAlignmentComboBox

Appearance

ASPxClientHtmlEditorTableDialog.GetBorderColorColorEdit

ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit

ASPxClientHtmlEditorTableDialog.GetBorderWidthSpinEdit

ASPxHtmlEditor-ClientAPI-TableProperties

Cell Properties Dialog

Dialog UI elements

Client method

Common Dialog UI elements

ASPxClientHtmlEditorTableCellPropertiesDialog.GetApplyToAllCellsCheckBox

ASPxClientHtmlEditorDialogBase.GetOkButton

ASPxClientHtmlEditorDialogBase.GetCancelButton

Alignment

ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox

ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox

Appearance

ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit

ASPxHtmlEditor-ClientAPI-CellProperties

Column Properties Dialog

Dialog UI elements

Client method

Common Dialog UI elements

ASPxClientHtmlEditorDialogBase.GetOkButton

ASPxClientHtmlEditorDialogBase.GetCancelButton

Size

ASPxClientHtmlEditorTableColumnPropertiesDialog.GetWidthTypeComboBox

Alignment

ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox

ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox

Appearance

ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit

ASPxHtmlEditor-ClientAPI-ColumnProperties

Row Properties Dialog

Dialog UI elements

Client method

Common Dialog UI elements

ASPxClientHtmlEditorDialogBase.GetOkButton

ASPxClientHtmlEditorDialogBase.GetCancelButton

Size

ASPxClientHtmlEditorTableColumnPropertiesDialog.GetWidthTypeComboBox

Alignment

ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox

ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox

Appearance

ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit

ASPxHtmlEditor-ClientAPI-RowProperties