Calendar image path

In the documentation it says to use:

window.dhx_globalImgPath



To set the image path.



But what if we have calendar images and other DHTMLx extensions on the same page which have DIFFERENT image paths.



Won’t this corrupt the other elements?




Hello,


the “imgs” folder with calendar images must be placed inside folder with dhtmlxcalendar.css. As calendar classes contain pathes to the images. For example:


.dhtmlxcalendar{
background: url(imgs/cal_bg_single.gif) no-repeat;




}


Using dhx_globalImgPath is not necessary.

Ok thanks, the documentation for the calendar makes it seem like this is needed.

Sorry for the misleading information. We’ll necessarily correct the documentation.