| Issue 1698: | External sortable elements cannot be dropped onto agenda view | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi all, I try to drag an item from a sortable event list to drop it to fullcalendar. I have not managed to find any information about it but perhaps someone has already done it once. Here is the jsfiddle: http://jsfiddle.net/gtbm/VjNFn/2/ I hope u could help, Thanks in advance, C
Feb 21, 2013
#1
christop...@orange.fr
Mar 6, 2013
I try to show the solution, but i dont manage to get it work ... http://jsfiddle.net/VjNFn/19/ What u r not found in this jsfiddle is this to add in the fullcalendar.js /* External Dragging ------------------------------------------------------------------------*/ if (options.droppable) { $(document) // To add in calendar function *********************************** .bind("sortstart", function(ev, ui) { _dragElement = ev.target; currentView.dragStart(_dragElement, ev, ui); }) .bind("sortstop", function(ev, ui) { if (_dragElement) { currentView.dragStop(_dragElement, ev, ui); _dragElement = null; } }) // ********************************************** ... I hope it helps, C
Aug 22, 2013
(No comment was entered for this change.)
Summary:
External sortable elements cannot be dropped onto agenda view
(was: Drag from a sortable list to fullcalendar)
Status: Accepted Labels: Type-Bug
Feb 20, 2015
I'm 99% this is fixed with this comment (not yet released): https://github.com/arshaw/fullcalendar/commit/fb24adb2fa53a4a48b2047c6a04e98507f68544c If, possible, could you verify that this fix works?
Status:
Implemented
Feb 21, 2015
this works now (but not yet released). https://github.com/arshaw/fullcalendar/commit/3a09cdb125a571327ffebcff58077c64826f340b
Feb 21, 2015
This has been released. Thanks! https://github.com/arshaw/fullcalendar/releases/tag/v2.3.0
Status:
Released
|
|
| ► Sign in to add a comment |