Back to Fullcalendar

loading

_docs-v1/event-data/loading.md

latest370 B
Original Source

Triggered when event fetching and resource fetching starts/stops.

<div class='spec' markdown='1'> function( *isLoading*, *view* ) </div>

Triggered with a true argument when the calendar begins fetching events via AJAX. Triggered with false when done.

view is the current View Object.

This function is often used to show/hide a loading indicator.