ASPxClientHtmlEditor.SetToolbarDropDownItemPickerValue(commandName, value) Method
In This Article
Sets the value of the dropdown item picker in the HtmlEditor on the client side.
#Declaration
TypeScript
SetToolbarDropDownItemPickerValue(
commandName: string,
value: string
): void
#Parameters
Name | Type | Description |
---|---|---|
command |
string | A string value that identifies the dropdown item picker by its command name. This value is contained in the Toolbar |
value | string | A string value that specifies the dropdown item picker’s new value, i. |
See Also