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?
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:
dhtmlx.com/docs/products/dhtmlxW … 8317719000