EditorFormatComponent
Component
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
Emits when the value of the DropDownList changes.