TreeListToolbarFocusableDirective
Directive
A directive for toolbar elements that need to be part of TreeList keyboard navigation. Use this directive to make toolbar elements focusable and accessible with the keyboard.
Definition
Package:@progress/kendo-angular-treelist
Selector: [kendoTreeListToolbarFocusable], [kendoTreeListAddCommand], [kendoTreeListCancelCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListExcelCommand], [kendoTreeListPDFCommand]
Syntax:
html
<kendo-treelist>
<kendo-toolbar>
<button kendoTreeListToolbarFocusable>Custom Button</button>
<button kendoTreeListCancelCommand>Cancel</button>
<button kendoTreeListEditCommand>Edit</button>
</kendo-toolbar>
</kendo-treelist>