Dalon
#1
https://docs.dhtmlx.com/scheduler/recurring_events.html#customcontrolforthelightboxsrecurringblock
<input class="dhx_repeat_radio" type="radio" name="day_type" checked value="w"/>Every workday
The default work days are 12345 but library closed on Monday.
How can I set work days to be 023456?
Hi @Dalon,
you can set default workdays using scheduler.config.recurring_workdays
config:
scheduler.config.recurring_workdays = [0, 2, 3, 4, 5, 6];
https://docs.dhtmlx.com/scheduler/api__scheduler_recurring_workdays_config.html
Live demo: https://snippet.dhtmlx.com/5/54a00fcdf
1 Like