| Name | Type | Description |
|---|---|---|
| ALL | String | You can tab through entire cells. |
| EDITABLE | String | Only editable controls are tabbed. |
| FOCUSABLE | String | Only focusable controls are tabbed. |
| NONE | String | Tab movement is not supported. |
| type | String |
|---|---|
|
You can tab through entire cells. (including basic cell and output)
Cells with controls with visible=false placed on them are not moved. |
| type | String |
|---|---|
|
Only editable controls are tabbed. (Example of controls that cannot move tabs: Output, Input(disabled))
|
| type | String |
|---|---|
|
Only focusable controls are tabbed. (Affected by tabIndex.)
|
| type | String |
|---|---|
|
Tab movement is not supported.
|