ASPxClientHtmlEditor.SetToolbarComboBoxValue(commandName, value) Method
Sets the value of the combo box within the HtmlEditor on the client side.
Declaration
SetToolbarComboBoxValue(
commandName: string,
value: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| commandName | string | A string value that identifies the combo box’s command name within the HtmlEditor’s control collection. |
| value | string | A string value that specifies the combo box’s new value. |
See Also