Change style in dtmlxWindows

Hi,



I’m using the pro version and have a problem with the styles using dhtmlXWindows.

I can’t use other styles except dhx_black, dhx_blue, dhx_skyblue. I need to use modern_blue style!

Here my code:

dhxWins = new dhtmlXWindows();

dhxWins.enableAutoViewport(false);

dhxWins.attachViewportTo(“content0”);

dhxWins.setImagePath(“js/dhtmlxSuite/dhtmlxWindows/codebase/imgs/”);

usersWindow = dhxWins.createWindow(“newUserWindow”, 20, 30, 500, 550);

usersWindow.setSkin(“modern_blue”);

usersWindow.setText(“text”);

usersWindow.center();

usersWindow.attachURL(url);





Can you help me?


Hello,


2.5 version doesn’t support modern_blue skin. There is online skin builder that allows to create custom skin:


dhtmlx.com/docs/products/ski … ndex.shtml