|
viewDisplay 1.3Triggered when the calendar loads and every time a different date-range is displayed. function( view ) { } The calendar's date-range changes whenever the user switches to a new view (for example, if they switch from "month" to "agendaWeek") or when they click the prev/next buttons.
Within the callback function, Example usage of viewDisplay:
In versions 1.0 through 1.2.1, this option was known as monthDisplay. |