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