|
|
@@ -76,6 +76,14 @@ Basic Options
|
|
|
The calendar's height, however, is determined by this ratio of width-to-height.
|
|
|
(Hint: larger numbers make smaller heights).
|
|
|
|
|
|
+**height**: Integer
|
|
|
+ Will make the entire calendar (including header) a pixel height.
|
|
|
+ You may change this after initialization with :ref:`Option Setters<option-getters-setters>`.
|
|
|
+
|
|
|
+**contentHeight**: Integer
|
|
|
+ Will make the calendar's content area a pixel height.
|
|
|
+ You may change this after initialization with :ref:`Option Setters<option-getters-setters>`.
|
|
|
+
|
|
|
.. _allDayDefault:
|
|
|
|
|
|
**allDayDefault**: Boolean, *Default*: ``true``
|
|
|
@@ -128,7 +136,7 @@ Basic Options
|
|
|
means 5am), a string like ``'5:30'`` (which means 5:30am) or a string like ``'5:30am'``.
|
|
|
|
|
|
**maxTime**: Integer/String, *Default*: ``24``
|
|
|
- In the agenda views, determines the last hour/time that will be displayed, even when
|
|
|
+ In the agenda views, determines the last hour/time (exclusively) that will be displayed, even when
|
|
|
the scrollbars have been scrolled all the way down. This can be a number like ``22`` (which
|
|
|
means 10pm), a string like ``'22:30'`` (which means 10:30pm) or a string like ``'10:30pm'``.
|
|
|
|