use_select_menu_space

defines that events occupy the whole width of the cell

boolean use_select_menu_space;

Example

scheduler.config.use_select_menu_space = false;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

true
Applicable views:Day View, Week View, Units View
Details

By default events occupy the whole width of the cell. Set the option to false for an event to occupy just a part of the cell's width and leave space for the left-side menu.

Change log

The property is available from version 3.5.

Back to top