| Issue 357: | Add a navClick Function | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I need a function, that return me the month, day and year if I click on the next or previous buttons in the title. I want to use this event to load the next events for the choosen month from the database in to the calendar.
Feb 25, 2010
#1
DonaldWB...@gmail.com
Feb 25, 2010
After a few more seconds of thought on how my code behaved, I will add this: This event actually would be useful, and should fire somewhere between the code that figures out what the next date range should be and eventRender(s). If you do it as I suggested above requires the calendar to render, the events to be AJAX'd, and then the calendar to be re-rendered with the new events. To many renderings. Don
Feb 26, 2010
email.schiller, the 'events' option will achieve what you want: http://arshaw.com/fullcalendar/docs/event_data/ look at "events as a function" and "events as a json feed" it will tell you the exact time interval you need events for
Status:
Done
Labels: -Type-Defect Type-Question |
|
| ► Sign in to add a comment |