Categories | Question details Back To List | ||
Images in dhtmlxLayout not loading Hi, I am trying to get a layout objec working. I am able to initialize it and get it mostly woring, but the image icons for the resizing and collapsing are not appearing. My includes are: <link rel="STYLESHEET" type="text/css" href="../Includes/dhtmlx/dhtmlxgrid.css"> <link rel="STYLESHEET" type="text/css" href="../Includes/dhtmlx/dhtmlxtree.css"> <link rel="stylesheet" type="text/css" href="../Includes/dhtmlx/dhtmlxlayout.css"> <link rel="stylesheet" type="text/css" href="../Includes/dhtmlx/dhtmlxlayout_dhx_blue.css"> <link rel="stylesheet" type="text/css" href="../Includes/dhtmlx/dhtmlxwindows.css"> <link rel="stylesheet" type="text/css" href="../Includes/dhtmlx/dhtmlxwindows_dhx_blue.css"> <script src="../Includes/dhtmlx/dhtmlxcommon.js"></script> <script src="../Includes/dhtmlx/dhtmlxgrid.js"></script> <script src="../Includes/dhtmlx/dhtmlxlayout.js"></script> <script src="../Includes/dhtmlx/dhtmlxwindows.js"></script> <script src="../Includes/dhtmlx/dhtmlxtree.js"></script> <script src="../Includes/dhtmlx/dhtmlxgridcell.js"></script> <script src="../Includes/dhtmlx/dhtmlxgrid_excell_link.js"></script> My script is: <div id="_manageCustomerPage_layoutA" style="position: relative; width: 575px; height: 300px;"></div> <script> var dhxLayout__manageCustomerPage_layoutA = new dhtmlXLayoutObject("_manageCustomerPage_layoutA", "3L", "dhx_blue"); dhxLayout__manageCustomerPage_layoutA.setImagePath("../Images/htmlx/"); </script> I have tried various different ways (including speciying direct path, specifying path to the skin directory. What else can I try? Answer posted by Support on Feb 04, 2009 02:49 Hello, Could you please provide a completed demo or direct link? |