Issue 1134: Require to capture the onclick event of Nex/Previos buttons
Status:  Done
Owner: ----
Closed:  Oct 2011
Reported by garg....@gmail.com, Oct 1, 2011
Hi,

Here the basic requirement is we cannot fill all the events on calender in single run. we want to fetch/show events of the current month only. and on click of next/previous month/week/day we need to call some function which will query another set of events for next/previous month and feed them into calender.
So is there any way so that we can capture the onlick event of next/previous buttons.
Oct 2, 2011
Project Member #1 adamrs...@gmail.com
i think your going about it the wrong way. just implement an event source function:
http://arshaw.com/fullcalendar/docs/event_data/events_function/
Status: Done