Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Veeru on Apr 25, 2008 21:02
open dhtmlx forum
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);