| Issue 815: | Add a eventDeleted handler | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I'm using fullcalendar with some other libs (like qtip and jquery context menu [http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/]) and with both of them, I've got little snippets of HTML code in the bottom of my body tag. I can't delete them safely because there is no trigger when an event is deleted (from the interface I mean, the graphical event), and none either when the rendering process begins. It would be great to have this new handler (and maybe a lot more, like beforeRenderEvents, afterRenderEvents, ...) to suppress some behaviors linked to the graphical event.
Feb 10, 2011
#1
scham...@gmail.com
Feb 13, 2011
the eventRender (http://arshaw.com/fullcalendar/docs/event_rendering/eventRender/) callback basically IS a beforeRenderEvents callback. sounds like your issue is related specifically to your own project. sorry, don't have time to walk people through developing their own custom implementations. hope you understand.
Status:
Done
|
|
| ► Sign in to add a comment |