Categories | Question details Back To List | ||
Custom Layout 1x8 Cells Hello, I need a custom dhtmlXLayout Layout. Instead of an: "3W" Layout I need a Layout of 8W (8 separate windows in parallel). Is this possible with a trick? Answer posted by Alex (support) on Aug 17, 2009 05:22 Hello, you can place layout into layout cell. So, 8W layout can be created as a combination on 3W and 2U patterms or only by 2U patterns. dhtmlxLayout/samples/init/layout.html ( http://dhtmlx.com/docs/products/dhtmlxLayout/samples/init/layout.html ) |