var dhxLayout = new dhtmlXLayoutObject("ezDeskTop", "3L");
dhxLayout.cont.obj._offsetTop = 60;
dhxLayout.setSizes();
dhxLayout.cells("a").setText("Object Browser");
dhxLayout.cells("b").setText("Fact Sheet");
dhxLayout.cells("c").setText("Object Properties");
Everything is fine except I cannot see the collapse and expand images. They are there because when I position the mouse, it changes and the collapse / expand is perform3ed when I click. But I can’t see them???
I had to ensure that my setImagePath() statements (don’t forget setIconPath() either) were correct, but I also had to copy all the images for the skin I was using to a folder beneath my images folder.
So, at first, I had my images folder configured like this:
client
– imgs
… and it didn’t work. But now I have
client
– imgs
---- dhxwins_dhx_skyblue
The images on the windows (maximise etc) are in an image file called: “buttons.gif”.
So my URL to this is:
client/imgs/dhxwins_dhx_skyblue/buttons.gif
It works well enough, but you have to copy these images here - you can’t just point to them using setImagePath() etc (I believe). There is an element of hard-coding in the suite.
Please correct me if I am wrong, or ask further questions if this is not clear.