Categories | Question details Back To List | ||
Images not loaded in layout fullscreen mode I noticed that the follow images: dhtmlxLayout/samples/init/fullscreen_init/codebase/imgs/dhxwins_dhx_blue/active/icon_normal.gif won't load when using the layout fullscreen mode. So i've been searching and i found out that your online example contains the same problem: http://www.dhtmlx.com/docs/products/dhtmlxLayout/samples/init/fullscreen.html I also searched the Knowlegde Base for this problem but i didn't find anything about it. Is there a 'bug-fix' or something for this problem? Answer posted by Support on Nov 05, 2008 04:56 Right, You should use dhxLayout.setImagePath() for this. If you'd like to keep layout's images away from windows images you should do the following: change path to images in dhtmlxlayout.js here: this.dhxWins.setImagePath(this.imagePath); Layout used dhtmlxWindows and they inherit image path from layout. In fullscreened demo those images are not visible anyway and so there is no matter to attach them |