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:

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

As a boolean value, the property can take only the false value that is set by default.

See also
Back to top