resize_month_events

enables the possibility to resize multi-day events in the Month view by drag-and-drop

boolean resize_month_events;

Example

scheduler.config.resize_month_events = true;
 
scheduler.init('scheduler_here',new Date(2010,0,10),"month");


Default value:

false
Applicable views:Month View

Related samples

Details

See also
Back to top