| Issue 1071: | eventDragStop don't seem to work when doing external draggin | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi Im trying to trigger a function when the obj is dragged in to the calendar using the month view, but eventDragStop does not seem to work. it work when dragging an event that is already in the calendar but not with u draggin it from outside. also im trying to make the month view display the complete time (start-end time) in the events. any ideas? Cheers Antonio
Aug 8, 2011
#1
totti...@gmail.com
Sep 29, 2011
to answer your first question, the `drop` callback is what you want: http://arshaw.com/fullcalendar/docs/dropping/drop/ for your 2nd question, i dont think that's a good idea because then events would be too tall, and there is limited vertical space on each day in month view. however, you could rig up something custom with `eventRender`.
Status:
Done
|
|
| ► Sign in to add a comment |