Element: <oj-input-date>

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92238-01

DOM Interface: InputDateElement

Touch Information

Target Gesture Action
Input element and calendar trigger icon Tap When not inline, shows the grid and moves the focus into the expanded date grid
Input element with picker open Tap Set focus to the input. If hints, title or messages exist in a notewindow, pop up the notewindow.
Picker Swipe Left Switch to next month (or previous month on RTL page).
Picker Swipe Right Switch to previous month (or next month on RTL page).

Keyboard Information

Target Key Action
Input element DownArrow or UpArrow Shows the calender grid and moves the focus into the expanded grid.
Input element Esc Close the grid.
Input element Tab In Set focus to the input. If hints, title or messages exist in a notewindow, pop up the notewindow.
Picker Enter Select the currently focused day
Picker UpArrow Move up in the grid.
Picker DownArrow Move down in the grid.
Picker RightArrow Move right in the grid.
Picker LeftArrow Move left in the grid.
Picker Esc Close the grid.
Picker Home Move focus to first day of the month.
Picker End Move focus to last day of the month.
Picker PageUp Switch to previous month.
Picker PageDown Switch to next month.
Picker Alt + PageUp Switch to previous year.
Picker Alt + PageDown Switch to next year.
Picker Ctrl + Alt + PageUp Switch to previous by stepBigMonths.
Picker Ctrl + Alt + PageDown Switch to next by stepBigMonths.
Picker Ctrl + Alt + T Places focus on Today button if it exists.