EditorCleanFormattingButtonDirective
A directive which configures an existing ToolBarButtonComponent
as an Editor Clean Formatting tool
(see example).
The directive will predefine the icon
and click
event handlers of the button.
<kendo-toolbar-button kendoEditorCleanFormattingButton></kendo-toolbar-button>
The following example demonstrates how to change the default icon applied by the directive.
<kendo-toolbar-button kendoEditorCleanFormattingButton icon="blogger"></kendo-toolbar-button>
Selector
kendo-toolbar-button[kendoEditorCleanFormattingButton]