fullcalendar/event_ui/eventResizeStart.txt

19 lines
523 B
Plaintext
Raw Permalink Normal View History

2010-01-16 23:29:18 +01:00
eventResizeStart *1.3*
======================
Triggered when event resizing 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
mouse coordinates.
2010-01-16 23:29:18 +01:00
`ui` holds the [jQuery UI object](http://jqueryui.com/demos/resizable/).
2010-01-16 23:29:18 +01:00
`view` holds the current [View Object](../views/View_Object).