ASPxClientHtmlEditorTableDialog Methods
Provides client functionality for the Table dialog within the ASPxHtmlEditor.Name | Description |
---|---|
GetAccessibilityCheckBox | Provides access to the client object of the “Accessibility” check box related to the Html Editor’s Table dialogs. |
GetAlignmentComboBox | Provides access to the client object of the “Alignment” combo box in the Html Editor’s Table dialogs. |
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. |
GetBorderWidthSpinEdit | Provides access to the client object of the “Border size” spin editor in the Html Editor’s Table dialogs. |
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. |
GetCellPaddingSpinEdit | Provides access to the client object of the “Cell padding” spin editor in the Html Editor’s Table dialogs. |
GetCellSpacingSpinEdit | Provides access to the client object of the “Cell spacing” spin editor 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. |
GetHeightTypeComboBox | Provides access to the client object of the “Height” combo box in the Html Editor’s Table dialogs. |
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. |
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. |
GetOkButton | Provides access to the client object of the “OK” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
GetSummaryTextBox | Provides access to the client object of the “Summary” text box in the Html Editor’s Table dialogs. |
GetWidthTypeComboBox | Provides access to the client object of the “Width” combo box in the Html Editor’s Table dialogs. |
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. |
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. |
See Also