Keyboard Support"
From Documentation
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
− | You can operate ZK components with a keyboard only, e.g. press TAB to move the focus. For | + | You can operate ZK components with a keyboard only, e.g. press TAB to move the focus. For keyboard support details of each component, please refer to [[ZK Component Reference/Accessibility]]. |
To implement your own key handling, please see [[ZK Developer's Reference/UI Patterns/Keystroke Handling]] | To implement your own key handling, please see [[ZK Developer's Reference/UI Patterns/Keystroke Handling]] | ||
{{ZKDevelopersReferencePageFooter}} | {{ZKDevelopersReferencePageFooter}} |
Revision as of 08:21, 28 September 2020
You can operate ZK components with a keyboard only, e.g. press TAB to move the focus. For keyboard support details of each component, please refer to ZK Component Reference/Accessibility.
To implement your own key handling, please see ZK Developer's Reference/UI Patterns/Keystroke Handling