select

shows/hides the select bar in the event's box

boolean select;

Example

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


Default value:

true
Details

Back to top