| Issue 1138: | Drag & Drop: Callback on Mouse Down + Drag and Mouse Release | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Currently using .select: function(startDate, endDate, allDay, jsEvent, view). Works a treat for selecting Days, Slots, etc and then having a popup to add an event. Check out the attached image. First section is week, then month. But my issue is that there is no callback for when you start to drag and then a callback for when you let go of the mouse button. If I already have the popup visible and then I start to drag downwards, I actually cover up the popup (although it's not shown in the screenshot) and most of the screen. Can we have these callbacks? Thanks :)
Jan 9, 2012
im pretty sure you can attach a mouseup listener, or a listener to one of the custom jquery-ui events (http://jqueryui.com/demos/draggable/#event-drag), and attach this to the calendar div, and these events will bubble up to your handler. worth a shot
Status:
Done
|
|
| ► Sign in to add a comment |
32.7 KB View Download