drag_lightbox

enables the possibility to drag the lightbox by the header

boolean drag_lightbox;

Example

scheduler.config.drag_lightbox = false;
...
scheduler.init('scheduler_here',new Date(2013,5,30),"week");


Default value:

true
See also
Back to top