| Issue 2253: | Fine-tuned control over where an event can be dragged-and-dropped | |
| 4 people starred this issue and may be notified of changes. | Back to list |
Hello. I use the V1 version of FullCalendar. I would like to be able to drag and drop an entry vertically in order to choose the order of my entries. However, i would like to lock the possibility to drag and drop the entry to another day (horizontal drag and drop). I would appreciate any help on this. Thanks Regards
Aug 24, 2014
You could just make a check at the beginning of your "eventDrop" callback checking if the day changed. If it did, then call revertFunc() and return. Is there any use-case that isn't covered by doing the check in "eventDrop"?
Sep 2, 2014
(No comment was entered for this change.)
Labels:
milestone-annotation
Nov 14, 2014
this is now possible. see: http://blog.arshaw.com/1/post/2014/11/fullcalendar-220-released.html
Status:
Released
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Feature