I have my fullCalendar functioning well, however, I need to allow the users to remove events from the calendar. I can use the clickEvent method to bring up a confirmation widow with a "do you want to remove" message. But this seems kind of clunky. Is there a better UI way of removing events?
A:
It is always safer to ask for a confirm before removing something.
Anyway you can customize the rendering of the event using the eventRender callback In particular you can:
- attach custom markup to render an X image that when clicked will ajax call a delete function
- you can attach other jQuery plugins to reproduce exactly the qTip effect
Have a look at the link for more details. Hope it helps
Lorenzo
2010-10-15 21:32:51
Tom
2010-10-18 21:27:31