New to Kendo UI for Angular? Start a free 30-day trial
EditorFontSizeComponent
Configures a DropDownListComponent as an Editor tool (see example).
Use this component to associate a kendo-dropdownlist
with an Editor command that changes the font size of a content block.
The component automatically sets the options and values of the drop-down list.
(see example)
html
<kendo-editor>
<kendo-toolbar>
<kendo-toolbar-dropdownlist kendoEditorFontSize></kendo-toolbar-dropdownlist>
</kendo-toolbar>
</kendo-editor>
Selector
kendo-toolbar-dropdownlist[kendoEditorFontSize]
Inputs
Name | Type | Default | Description |
---|---|---|---|
data |
|
Overrides the default font size list. Treat numeric values as pixels. |
Events
Name | Type | Description |
---|---|---|
valueChange |
|
Fires when the user updates the value of the drop-down list. |