Categories | Question details Back To List | ||
Skin for Double Calendar Hi there, Looks like i can't set the skin for a double Calendar? Is the skinning available only for single calendar? Thanks Vru Answer posted by support on Apr 28, 2008 02:17 dblCalendar has not special command to set skin, but you can use next approach var dbl = new dhtmlxDblCalendarObject(... dbl.leftCalendar.setSkin(some); dbl.rightCalendar.setSkin(some); |