equanda presentation layer features
Keyboard friendly form handling
Easy/efficient field navigation in user interface using only keyboard:
- pressing <tab> or <enter> changes focus to the next input field or link
- pressing <shift+tab> changes focus to the previous input field
- submit data by pressing <ctrl+enter> no matter which field has focus (the submit button which is called is typically highlighted by bold text).
- submit data by pressing <enter> on buttons
- in tabbed forms, when <tab> or <enter> is used on the last input element of a tab page, then the next tab page is automatically selected
- in tabbed forms, when <shift+tab> is used on the first input element of a tab page, then the previous tab page is automatically selected
- 1. equanda presentation layer features
- 1.0.1. Keyboard friendly form handling