EditorBoldButtonDirective
A directive which configures an existing ToolBarButtonComponent
as an Editor Bold tool
(see example).
The directive will predefine the icon
and click
event handlers of the button.
In addition, the directive updates the selected
state of the button according to the cursor position in the editing area.
<kendo-toolbar-button kendoEditorBoldButton></kendo-toolbar-button>
The following example demonstrates how to change the default icon that is applied by the directive.
<kendo-toolbar-button kendoEditorBoldButton icon="blogger"></kendo-toolbar-button>
Selector
kendo-toolbar-button[kendoEditorBoldButton]