resize_month_timed

enables the possibility to resize single-day events in the Month view by drag-n-drop

boolean resize_month_timed;

Example

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


Default value:

false
Applicable views:Month View
Details

Please, note:

  • The property makes sense only with the resize_month_events property enabled.
  • When the property is enabled, single-day events change their look as in:

See also
Back to top