fullcalendar/display/height.txt

26 lines
457 B
Text
Raw Normal View History

2010-01-16 14:29:18 -08:00
height *1.4.2*
==============
Will make the entire calendar (including header) a pixel height.
<div class='spec' markdown='1'>
Integer
</div>
By default, this option is unset and the calendar's height is calculated by [aspectRatio]().
Example usage of `height`:
$('#calendar').fullCalendar({
height: 650
});
Setter
2010-01-16 14:29:18 -08:00
------
You can dynamically set a calendar's height after initialization:
2010-01-16 14:29:18 -08:00
$('#calendar').fullCalendar('option', 'height', 700);