New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
data |
|
Sets the format items list. Use this property to override the default list. |
Events
Name | Type | Description |
---|---|---|
valueChange |
|
Emits when the value of the DropDownList changes. |