A control for advanced handling of all actions which require a date input
and to visualize a date.
id Identification name of the dateNavigator.
model Defines the model which provides the
dateNavigator with data.
monthPerColumn The dateNavigator can display several
month. The months are arranged in matrix form. This attribute defines
the number of columns of the matrix.
monthPerRow The dateNavigator can display several
month. The months are arranged in matrix form. This attribute defines
the number of rows of the matrix.
onNavigate The navigation fields are located
left and right of the displayed month .
The << and >> fields can be used to select the previous
and next month. If a dateNavigator has more columns the previous month
navigator is located at the first column and the next month navigator
at the last column.
The 'onNavigate' attribute defines the action that will be processed
when the user clicks on the navigation fields.
onDayClick Defines the action that will be processed
when the user clicks on a day.
onWeekClick Defines the action that will be processed
when the user clicks on a week. The week is the first column of the
dateNavigator grid.
onMonthClick Defines the action that will be processed
when the user clicks on the header text string representing the month
displayed.