ASPxClientHtmlEditorEditElementDialog Methods
Provides client functionality for Html Editor dialogs operated with its elements.| Name | Description |
|---|---|
| GetBorderColorColorEdit | Provides access to the client object of the “Border color” color editor in the Html Editor’s dialogs (Style Settings). |
| GetBorderStyleComboBox | Provides access to the client object of the “Border style” combo box in the Html Editor’s dialogs (Style Settings). |
| GetBorderWidthSpinEdit | Provides access to the client object of the “Border width” spin editor in the Html Editor’s dialogs (Style Settings). |
| GetBottomMarginTextBox | Provides access to the client object of the “Bottom margin” text box in the Html Editor’s dialogs (Style Settings). |
| GetCancelButton | Provides access to the client object of the “Cancel” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
| GetCssClassNameComboBox | Provides access to the client object of the “CSS class” combo box in the Html Editor’s dialogs (Style Settings). |
| GetFormLayout | Provides access to the client ASPxFormLayout object that arranges all editors in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
| GetLeftMarginTextBox | Provides access to the client object of the “Left margin” text box in the Html Editor’s dialogs (Style Settings). |
| GetOkButton | Provides access to the client object of the “OK” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
| GetRightMarginTextBox | Provides access to the client object of the “Right margin” text box in the Html Editor’s dialogs (Style Settings). |
| GetTopMarginTextBox | Provides access to the client object of the “Top margin” text box in the Html Editor’s dialogs (Style Settings). |
See Also