Dhtmlx Window setImagePath alternative

Greetings,

Is there a way to be able to use this?
I’m using a another way of adding the script like this below:

example.com/asset.php?js/dhtmlx.js
example.com/asset.php?css/dhtmlx.css

instead of using the code below:
example.com/asset/codebase/dhtmlx.js
example.com/asset/codebase/dhtmlx.css

the problem is that I can’t set the path for the windows image(icons) it all white

when I use the developer tools I found on that the page is requesting the buttons image in a wrong place, see link below.

example.com/imgs/dhxwins_skyblue/dhxwins_buttons.gif

How can tell the windows to look for the images in a separate directory. “setImagePath” works before but now it’s not recognized.

Unfortunately it is not available to redefine the icons path. “imgs” with the required icons should be in the same directory with the dhtmlx.css
Or you may redefine it right in the dhtmlx.css replacing all the “…/imgs/” with the required url.

thank you, it work. :slight_smile: