I have a calendar of events where I mark various events and when an event is clicked to open the seleciondos events of the day?
It possivél mark several days in the calendar? How?
Thanks
Multiple events on different days.
Posted March 14th, 2008 by Anonymous
Opening the events for the selected day
You can make your update function similar to this:
http://pastie.caboo.se/166055
Then you can do whatever you want with the selected day's events.
events on selected day
Even better!
Marking Events
There isn't a function to mark events. However, I don't see why you couldn't feed in an DOM element as the label for the event and wrap a little code around it (onclick and such).
It's a nice idea though and something we can consider in future versions.
Let us know if you work it out using the method above (or something else). We'd love to see the code!
- Jamie
Post new comment