limit_time_select

sets max and min values of time selector in the lightbox to the values of the 'last_hour' and 'first_hour' options

boolean limit_time_select;

Example

scheduler.config.limit_time_select = true;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");


Default value:

false
See also
Back to top