ASPxClientHtmlEditorEditElementDialog.GetCssClassNameComboBox Method
Provides access to the client object of the “CSS class” combo box in the Html Editor’s dialogs (Style Settings).
Declaration
GetCssClassNameComboBox(): ASPxClientComboBox
Returns
Type | Description |
---|---|
ASPxClientComboBox | A ASPxClientComboBox object. |
Remarks
Use the GetCssClassNameComboBox method to access the “CSS class” combo box in the Html Editor’s Dialogs (Style Settings).
For more information about client APIs related to the Html Editor’s dialogs, refer to the Related Client API section in an appropriate topic listed in the Dialogs article.
Online Demo: Html Editor - Dialog Customization
See Also