New to Kendo UI for Angular? Start a free 30-day trial
EditorAlignRightButtonDirective
Use this directive to turn a ToolBarButtonComponent into an Editor AlignRight tool
(see example).
The directive sets the SVG icon and click
event handlers for the button.
It also updates the selected
state of the button based on the cursor position in the editing area.
html
<kendo-toolbar-button kendoEditorAlignRightButton></kendo-toolbar-button>
Selector
kendo-toolbar-button[kendoEditorAlignRightButton]