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.

../../../_images/img_01.en251.png

Cells B2 and F2 are set to allow input.

../../../_images/img_02.en237.png

When you press the Tab key in this app, the focus moves in the following order:

  1. Name
  2. Age
  3. Prefecture
  4. Use parking
  5. Arrange accommodation
  6. Apply
../../../_images/img_03.en201.png

Tip

You can move the focus in reverse order by pressing Shift key + Tab key.