aspnet-8189-components-html-editor-concepts-dialogs-table-dialogs.md
Table dialogs include the following dialog types:
This dialog allows users to insert a new table and specify its settings (size, layout, and appearance).
This dialog allows users to change settings of the table selected within the ASPxHtmlEditor.
ASPxHtmlEditor allows users to use specific dialogs to modify the table’s row, column, and cell properties.
On the client side, the ASPxHtmlEditor API allows you to manage the opened dialog programmatically.
|
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
|
|
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
|
|
Dialog UI elements
|
Client method
| | --- | --- | |
Common Dialog UI elements
|
ASPxClientHtmlEditorTableCellPropertiesDialog.GetApplyToAllCellsCheckBox
ASPxClientHtmlEditorDialogBase.GetOkButton
ASPxClientHtmlEditorDialogBase.GetCancelButton
Alignment
ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox
ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox
Appearance
ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit
|
|
Dialog UI elements
|
Client method
| | --- | --- | |
Common Dialog UI elements
|
ASPxClientHtmlEditorDialogBase.GetOkButton
ASPxClientHtmlEditorDialogBase.GetCancelButton
Size
ASPxClientHtmlEditorTableColumnPropertiesDialog.GetWidthTypeComboBox
Alignment
ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox
ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox
Appearance
ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit
|
|
Dialog UI elements
|
Client method
| | --- | --- | |
Common Dialog UI elements
|
ASPxClientHtmlEditorDialogBase.GetOkButton
ASPxClientHtmlEditorDialogBase.GetCancelButton
Size
ASPxClientHtmlEditorTableColumnPropertiesDialog.GetWidthTypeComboBox
Alignment
ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox
ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox
Appearance
ASPxClientHtmlEditorTableDialogBase.GetBackgroundColorColorEdit
|