| Sample: dhtmlxLayout | Expanding/Collapsing Cells | dhtmlxLayout main page |
<script></script>// initialization of the layout var dhxLayout = new dhtmlXLayoutObject("parentId", "3L"); ... // expanding dhxLayout.cells("a").expand(); // collapsing dhxLayout.cells("a").collapse();
| © DHTMLX LTD. All rights reserved |