fullcalendar/mouse/eventMouseout.txt
2010-01-16 14:29:18 -08:00

18 lines
519 B
Plaintext

eventMouseout
=============
Triggered when the user mouses out of an event.
<div class='spec' markdown='1'>
function( *calEvent*, *jsEvent*, *view* ) { }
</div>
`calEvent` is an [Event Object](../event_data/Event_Object) that holds the event's information (date, title, etc).
`jsEvent` holds the native JavaScript event with low-level information such as click coordinates.
`view` holds the current [View Object](../views/View_Object).
Within the callback function, `this` is set to the event's `<div>` element.