README.md
December 4, 2022 ยท View on GitHub
Description
this code make ENTER work as TAB
when the user press ENTER than it moves to next control then same as u press TAB and it goes to next control
More Info
| Submitted On | |
| By | Ritesh Sutaria |
| Level | Advanced |
| User Rating | 4.0 (16 globes from 4 users) |
| Compatibility | |
| Category | Controls/ Forms/ Graphics/ Menus |
| World | Java |
| Archive File |
API Declarations
Source Code
function focustonextcontrol()
{ if (event.keyCode)==13 event.keyCode=9;
}
call this function in anyobject's onKeyDown event