cpr.controls.TabMode

Index

Properties
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.

Properties

ALL
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.
EDITABLE
type String
Only editable controls are tabbed. (Example of controls that cannot move tabs: Output, Input(disabled))
FOCUSABLE
type String
Only focusable controls are tabbed. (Affected by tabIndex.)
NONE
type String
Tab movement is not supported.