Categories | Question details Back To List | ||
Layout Cell Layering I would like to be able to use a single pane (cell) of the dhtmlxLayout to host several differring HTML contents. What I really want is to attach several window objects to the same Layout Pane in layers and then call any of those windows to the top on command from a separate pane with controls in it. In Accordian or Tabbar I can get the correct functionality but I can't get rid of the Accordian Bars of Tabbar Header Tabs. What is the best way to accomplish this? Answer posted by Support on Dec 03, 2008 07:22 If you'd like to put windows into the layout's cell you should do the following: 1. Create an object which will used for wnidows viewport and attach it to a cell using attachObject() 2. Create windows object and specify user-viewport: http://dhtmlx.com/docs/products/dhtmlxWindows/samples/viewports/render_as.html?un=1228317719000 |