initially commit for new docs branch

This commit is contained in:
Adam Shaw
2010-01-16 14:29:18 -08:00
commit 3af5a65f69
120 changed files with 2529 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
loading
=======
Triggered when event 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.
Last argument is the current [View Object](../views/View_Object).
This function is often used to show/hide a loading indicator.