Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.33 KB

File metadata and controls

36 lines (27 loc) · 1.33 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - TabStrip - Kendo UI for Vue
Explore the keyboard navigation options provided by the Kendo UI TabStrip wrapper for Vue.
keyboard_navigation_tabstrip_wrapper
7

Keyboard Navigation

The keyboard navigation of the TabStrip is always available.

To focus the TabStrip, click in the example area and use Alt+w.

The TabStrip supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Left Arrow  Selects the previous tab.
 Right arrow  Selects the next tab.
 Home  Selects first tab.
 End  Selects last tab.

{% meta height:550 %} {% embed_file tabstrip/keyboard/main.vue preview %} {% embed_file tabstrip/keyboard/main.js %} {% endmeta %}

Suggested Links