Skip to main content

ASPxClientHtmlEditor.SetToolbarDropDownItemPickerValue(commandName, value) Method

Sets the value of the dropdown item picker in the HtmlEditor on the client side.

Declaration

SetToolbarDropDownItemPickerValue(
    commandName: string,
    value: string
): void

Parameters

Name Type Description
commandName string

A string value that identifies the dropdown item picker by its command name. This value is contained in the ToolbarDropDownItemPicker.CommandName property.

value string

A string value that specifies the dropdown item picker’s new value, i.e., the ToolbarCustomItem.Value property value of the newly selected ToolbarItemPickerItem object.

See Also