Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Pasha on Nov 06, 2009 02:45
open dhtmlx forum
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?
Answer posted by Alex (support) on Nov 06, 2009 04:34

Hello, 

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

http://www.dhtmlx.com/docs/products/skinBuilder/index.shtml