display_marked_timespans
Description
Defines whether the marked(blocked) time spans should be highlighted in the scheduler
display_marked_timespans: boolean
Example
scheduler.config.display_marked_timespans = false;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");
Default value: true
Details
The property is available from version 3.5.
note
The property requires the limit plugin to be activated.
If you set the option to false, time spans will continue to be blocked, but will be displayed as usual scheduler cells.
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.