wide_form

enables/disables displaying of the standard (wide) lightbox instead of the short one

boolean wide_form;

Example

scheduler.config.wide_form = true;
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "week");


Default value:

true

Related samples

Details

The standard (wide) lightbox is initially enabled in the default skin and can't be switched to the short one


  • Standard lightbox

  • Wide lightbox

Back to top