Calendar setSkin not working?

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

Hi,

make sure that codebase/skins/dhtmlxcalendar_dhx_blue.css is included.

Here is the sample in the calendar package:
dhtmlxCalendar/samples/01_initialization/02_calendar_css.html

Thank you - that worked.

Colin G