Hi,
i currently have the problem that the layout-component does not automatically resize when the size of the browser window has changed…
my current cunstruction:
+--A1--------------------------------------+
| +--B1----------------------------------+ |
| | | |
| +--------------------------------------+ |
| +--C1----------------------------------+ |
| | | |
| | | |
| | | |
| +--------------------------------------+ |
+------------------------------------------+
A1 is a Table (width:100%; height:100%) with 2 rows and 1 column
row 1, cell 1 = width:100%; height:64px
B1 is a DIV (width:100%; height:100%)
row 2, cell 1 consumes the rest of the available height
C1 is a dhxlaxout (even a DIV width:100%; height:100%)
if i change the size of the window, the DIV of C1 resizes correctly,
but the inner div with the class “dhxcont_global_layout_area”, created
dhxLayout = new dhtmlXLayoutObject("parentId", "1C");
uses fixed pixel sizes and do not resize - shouldnt the layout resize to its attached div?