You can set one of the predefined skins by using the method setSkin():
myCalendar.setSkin("dhx_web");
"material"
"dhx_skyblue"
"dhx_web"
"dhx_terrace"
The following order is used to determine the skin on load:
For example, if you include on the page the only css file - "dhtmlxcalendar_dhx_terrace" - and instantiate dhtmlxCalendar without specifying the skin parameter, then the "dhx_terrace" skin will be detected automatically.
Back to top