New to Kendo UI for AngularStart a free 30-day trial

Configures a DropDownListComponent as an Editor tool (see example). Associates a kendo-dropdownlist with an Editor command that changes the format of a content block. Automatically sets the options and values of the DropDownList (see example).

Definition

Package:@progress/kendo-angular-editor

Selector:kendo-toolbar-dropdownlist[kendoEditorFormat]

Syntax:

html
<kendo-editor>
  <kendo-toolbar>
     <kendo-toolbar-dropdownlist kendoEditorFormat></kendo-toolbar-dropdownlist>
 </kendo-toolbar>
</kendo-editor>

Inputs

Sets the format items list. Use this property to override the default list.

Events

valueChange

EventEmitter​<FormatItem>

Emits when the value of the DropDownList changes.

In this article
DefinitionInputsdataEventsvalueChange
Not finding the help you need?
Contact Support