Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by fdv on Mar 27, 2009 08:57
open dhtmlx forum
Insentive ranges in Double Calendar

This works on a simple calendar, but does not on a double calendar.

mDCal.setInsensitiveDates(2009-03-05,2009-03-06,2009-03-28,2009-04-05,2009-04-06);

Is there a way to make insentive dates work on a Double Calendar?
Answer posted by Alex (support) on Mar 30, 2009 06:53

Please, try to use the following approach in case of double calendar:

mDCal.leftCalendar.setInsensitiveDates(["2009-03-05,2009-03-06,2009-03-28,2009-04-05,2009-04-06"]);

mDCal.rightCalendar.setInsensitiveDates(["2009-03-05,2009-03-06,2009-03-28,2009-04-05,2009-04-06"]);