Hi,
I have the following code to initialize a calendar
window.dhx_globalImgPath = “/js/dhtmlx/dhtmlxCalendar/codebase/imgs/”;
dhtmlx_cal1 = new dhtmlxCalendarObject(“earliest_dt”,true);
dhtmlx_cal1.setSkin(‘dhx_blue’);
dhtmlx_cal1.draw();
and it produces the effect as shown at
bizconnector.com/test/dhtmlx … x_blue.gif
(Use dhtmlx/dhtemp1 to get access).
Without setSkin, it works fine. Can you help?
Thanks
Colin G