The Tabs provides keyboard navigation once it gains focus (either programmatically or as a result of a user click).
When the widget is focused, you can use the keyboard to navigate through the tabs.
- Tab - Like other widgets, the jqxTabs widget receives focus by tabbing into it. Once focus is received, users will be able to use the keyboard to change the active tab page. A second tab will take the user out of the widget.
- Shift+Tab - reverses the direction of the tab order. Once in the widget, a Shift+Tab will take the user to the previous focusable element in the tab order.
- Right Arrow - selects next tab.
- Left Arrow - selects previous tab.
- Home - selects first tab.
- End - selects last tab.