Element: <oj-c-card-view>

CORE PACK

Oracle® JavaScript Extension Toolkit (JET)
17.1.0

G12197-01

DOM Interface: CCardViewElement

Keyboard Information

Target Key Action
Card Item F2 Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.
Esc Exits tabbable mode.
Tab When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element. When not in tabbable mode, navigates to next focusable element on page (outside CardView).
Shift+Tab When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element. When not in tabbable mode, navigates to previous focusable element on page (outside CardView).
DownArrow Move focus to the item below.
UpArrow Move focus to the item above.
LeftArrow Move focus to the item on the left.
RightArrow Move focus to the item on the right.
Shift+DownArrow Extend the selection to the item below.
Shift+UpArrow Extend the selection to the item above.
Shift+LeftArrow Extend the selection to the item on the left.
Shift+RightArrow Extend the selection to the item on the right.
Space Toggles to select and deselect the current item.
Shift+Space Selects contiguous items from the last selected item to the current item.
Shift+Cmd/Ctrl+DownArrow Reorder the current item down.
Shift+Cmd/Ctrl+UpArrow Reorder the current item up.
Shift+Cmd/Ctrl+LeftArrow Reorder the current item to the left.
Shift+Cmd/Ctrl+RightArrow Reorder the current item to the right.