fullcalendar/removed/monthDisplay.txt
2010-01-16 14:29:18 -08:00

16 lines
438 B
Plaintext

monthDisplay
============
<div class='removed-notice' markdown='1'>
In version 1.3, this callback was removed in favor of [viewDisplay](../display/viewDisplay).
</div>
Triggered once when the calendar loads and every time the calendar's month is changed.
<div class='spec' markdown='1'>
function( *year*, *month*, *monthTitle* )
</div>
`month` is **zero-based**. `monthTitle` contains the new title of the month (ex: "January 2009")