New to Kendo UI for Angular? Start a free 30-day trial
EditorFontFamilyComponent
A component which configures an existing DropDownListComponent
as an Editor tool
(see example).
The component associates a kendo-toolbar-dropdownlist
with an Editor command that changes the font family of a content block and
automatically defines the options of the drop-down list and sets its values (see example).
ts
<kendo-toolbar-dropdownlist kendoEditorFontFamily></kendo-toolbar-dropdownlist>
Selector
kendo-toolbar-dropdownlist[kendoEditorFontFamily]
Inputs
Name | Type | Default | Description |
---|---|---|---|
data |
|
Overrides the default font list. |
Events
Name | Type | Description |
---|---|---|
valueChange |
|
Fires when the user updates the value of the drop-down list. |