fullcalendar/event_ui/eventDragStart.txt
2010-01-16 14:29:18 -08:00

19 lines
507 B
Plaintext

eventDragStart
==============
Triggered when event dragging begins.
<div class='spec' markdown='1'>
function( *event*, *jsEvent*, *ui*, *view* ) { }
</div>
`event` is an [Event Object](../event_data/Event_Object) that hold the event's information (date, title, etc).
`jsEvent` holds the native javascript event with low-level information such as
click coordinates.
`ui` holds the [jQuery UI object](http://jqueryui.com/demos/draggable/).
`view` holds the current [View Object](../views/View_Object).