!--a11y-->
DateNavigator Events 
● onDaySelect
Action executed when the user selects a day.
Parameter Name |
Type |
Description |
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
|
DAY |
D |
Selected day |
● onMonthSelect
Action executed when the user selects a month.
Parameter Name |
Type |
Description |
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
|
MONTH |
I |
Selected month (in range 1 to 12). |
YEAR |
I |
Selected year |
● onStartDateChanged
Action executed when the user changes the startsWith property.
Parameter Name |
Type |
Description |
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
|
START_DATE |
D |
New start date |
● onWeekSelect
Action executed when the user selected a week.
Parameter Name |
Type |
Description |
ID |
STRING |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
|
FIRST_DAY |
D |
First day selected |
WEEK |
I |
Selected week (in range 1 to 53). |
YEAR |
I |
Selected year |