Skip to main content

ASPxClientHtmlEditorInsertTableDialog Members

Provides client functionality for the Insert Table dialog within the ASPxHtmlEditor.

Methods

Name Description
GetAccessibilityCheckBox Provides access to the client object of the “Accessibility” check box related to the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetAlignmentComboBox Provides access to the client object of the “Alignment” combo box in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetBackgroundColorColorEdit Provides access to the client object of the “Background color” color editor in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialogBase.
GetBorderColorColorEdit Provides access to the client object of the “Border Color” color editor in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetBorderWidthSpinEdit Provides access to the client object of the “Border size” spin editor in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetCancelButton Provides access to the client object of the “Cancel” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase.
GetCaptionTextBox Provides access to the client object of the “Caption” text box in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetCellPaddingSpinEdit Provides access to the client object of the “Cell padding” spin editor in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetCellSpacingSpinEdit Provides access to the client object of the “Cell spacing” spin editor in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetColumnCountSpinEdit Provides access to the client object of the “Columns” spin editor in the Html Editor’s Table dialogs.
GetEqualWidthCheckBox Provides access to the client object of the “Equal column widths” check box in the Html Editor’s Table dialogs.
GetFormLayout Provides access to the client ASPxFormLayout object that arranges all editors in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase.
GetHeadersComboBox Provides access to the client object of the “Headers” combo box in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetHeightTypeComboBox Provides access to the client object of the “Height” combo box in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetHeightValueSpinEdit Provides access to the client object of the spin editor in the Html Editor’s Table dialogs that allows you specify the table height value. Inherited from ASPxClientHtmlEditorTableDialog.
GetHeightValueTypeComboBox Provides access to the client object of the combo box in the Html Editor’s Table dialogs that allows you to specify the table height measurement unit. Inherited from ASPxClientHtmlEditorTableDialog.
GetOkButton Provides access to the client object of the “OK” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase.
GetRowCountSpinEdit Provides access to the client object of the “Rows” spin editor in the Html Editor’s Table dialogs.
GetSummaryTextBox Provides access to the client object of the “Summary” text box in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetWidthTypeComboBox Provides access to the client object of the “Width” combo box in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialog.
GetWidthValueSpinEdit 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. Inherited from ASPxClientHtmlEditorTableDialog.
GetWidthValueTypeComboBox Provides access to the client object of the combo box in the Html Editor’s Table dialogs that allows you to specify the table width measurement unit. Inherited from ASPxClientHtmlEditorTableDialog.
See Also