multi_day_height_limit

sets the height of the area that displays multi-day events

number| boolean multi_day_height_limit;

Example

scheduler.config.multi_day_height_limit = 30;
...
scheduler.init('scheduler_here',new Date(2013,7,11),"week");


Default value:

200
Applicable views:Day View, Week View, Units View
Details

As a boolean value, the property can take only the false value.

See also
Change log

changed from false to 200 in v7.0.1

Back to top