full_day

enables setting of the event's duration to the full day

boolean full_day;

Example

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


Default value:

false

Related samples

Details

If the option is set to true, entry fields in the 'Time period' section of the lightbox are blocked and the time period is set to the full day from 00.00 of the current cell date until 00.00 of the next day.

Change log

added in version 2.3

Back to top