I have scheduler.config.full_day = true;
enabled and scheduler.locale.labels.section_time = 'Start/End';
set.
But the are in conflict with each other. When full day is true, the time label does not display.
How can I use both on Scheduler?
I have scheduler.config.full_day = true;
enabled and scheduler.locale.labels.section_time = 'Start/End';
set.
But the are in conflict with each other. When full day is true, the time label does not display.
How can I use both on Scheduler?
Hello,
By default if you have “scheduler.config.full_day = true”, for the label will be used scheduler.locale.labels.full_day.
You can redefine it’s value or fix it in the source code: github.com/DHTMLX/scheduler/blo … r.js#L5285