collision_limit

sets the maximum allowable number of events per time slot

number collision_limit;

Example

scheduler.config.collision_limit = 2;
...
scheduler.init('scheduler_here',new Date(2010,05,11),"week");


Default value:

1
Details

The property requires the collision plugin to be activated.

See also
Back to top