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

EditorFormatComponent

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).

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

Selector

kendo-toolbar-dropdownlist[kendoEditorFormat]

Inputs

NameTypeDefaultDescription

data

FormatItem[]

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

Events

NameTypeDescription

valueChange

EventEmitter<FormatItem>

Emits when the value of the DropDownList changes.

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