| Issue 16: | calevents array: can i get something out on a dayclick? | |
| 2 people starred this issue and may be notified of changes. | Back to list |
When i do a custom function with an ajaxcall on the 'events' parameter, like you show in the documentation 'Event Data provider', i get a result from PHP. But can i keep this array and use it lateron for example on a dayClick event to show the events of that day beneath the calendar? I tried to put in a var but it is undefined when i want to use it.
May 19, 2009
#1
paul.wol...@gmail.com
May 25, 2009
Glad you got it to work. I would personally do a custom event provider (where you specify a function), use the $.getJSON jquery function, keep track of the result that comes back, then pass it off to the callback. Basically just intercept the JSON. In v1.2 this will be much easier... you'll be able to jquery FullCalendar for this sort of info.
Status:
Done
|
|
| ► Sign in to add a comment |