Bootstrap Year Calendar
- element (DOM element): HTML element containing the clicking day.
- date (Date): Date of the clicking day.
- which (Number): The number of the button used for clicking (from the original click event).
- events (Array of data source element): The data source elements for the clicking day.
Fired when a day is clicked.
Fired when a day is right clicked.
- element (DOM element): HTML element containing the selected day.
- date (Date): Date of the selected day.
- events (Array of data source element): The data source elements for the selected day.
Fired when the mouse enter in a day.
- element (DOM element): HTML element containing the leaved day.
- date (Date): Date of the leaved day.
- events (Array of data source element): The data source elements for the leaved day.
Fired when the mouse leave a day.
- currentYear (Number): The year displayed on the calendar
Fired when the calendar rendering is ended.
- startDate (Date): The begining of the selected date range.
- endDate (Date): The end of the selected date range.
Fired when a date range is selected. Don't forget to enable the enableRangeSelection option to be able to use the range selection functionality.