fullcalendar/views/getView.txt
2010-01-17 20:20:01 -08:00

17 lines
380 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

getView *1.4.2*
===============
Returns the [View Object]() for the current view.
<div class='spec' markdown='1'>
.fullCalendar( 'getView' ) -> [View Object]()
</div>
This is useful if you want to get information about the calendars title or start/end dates.
Example Usage:
var view = $('#calendar').fullCalendar('getView');
alert("The view's title is " + view.title);