New to Kendo UI for Angular? Start a free 30-day trial
EditorItalicButtonDirective
Configures a ToolBarButtonComponent as an Editor Italic tool
(see example).
This directive sets the SVG icon and click
event handlers for the button.
The directive also updates the selected
state of the button based on the cursor position in the editing area.
html
<kendo-toolbar-button kendoEditorItalicButton></kendo-toolbar-button>
Selector
kendo-toolbar-button[kendoEditorItalicButton]