Navigating through the app with the Tab key¶
In CELF apps, you can use the Tab key to sequentially move focus to input-enabled cells and controls.
Targets for Tab key navigation¶
The following cells can be navigated using the Tab key:
- Input-enabled cells: Cells where users can enter text, numbers, etc.
- Cells with controls: Cells containing buttons, lists, calendars, checkboxes, or other controls
See also
For controlling input-enabled cells, please refer to Allow Cell Input When Publish.
Tab key operation example¶
For example, suppose there is an app with the following configuration:
Cell Item Description B2 Name Cell input F2 Age Cell input I2 Prefecture List control B4 Use parking Check button control B5 Arrange accommodation Check button control D7 Apply Button control See also
For details on each control, please refer to Add Control.
![]()
Cells B2 and F2 are set to allow input.
When you press the Tab key in this app, the focus moves in the following order:
- Name
- Age
- Prefecture
- Use parking
- Arrange accommodation
- Apply
![]()
Tip
You can move the focus in reverse order by pressing Shift key + Tab key.