Back to Devexpress

Table Dialogs

aspnet-8189-components-html-editor-concepts-dialogs-table-dialogs.md

latest8.3 KB
Original Source

Table Dialogs

  • Jan 15, 2022
  • 2 minutes to read

Table dialogs include the following dialog types:

Insert Table Dialog

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

Table Properties Dialog

This dialog allows users to change settings of the table selected within the ASPxHtmlEditor.

Row, Column, and Cell Properties Dialogs

ASPxHtmlEditor allows users to use specific dialogs to modify the table’s row, column, and cell properties.

Run Demo: Tables

On the client side, the ASPxHtmlEditor API allows you to manage the opened dialog programmatically.

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

|

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

|

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

|

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

|

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

|