Dear Sir,
I use layout 3E (“a”, “b”, and “c”) in my application with dhtmlxSuite v.5.0 Standard edition. First time open the page, i only set layout “a” to expand and the rest are collapse but the layout “b” is still showing. but when i expand one layout “b” or “c”, the two another layout are closed or collapsed nicely. what can cause this happen ?
below are the explanation of each image
-
myLayout.cells(“a”).collapse();
myLayout.cells(“b”).collapse();
myLayout.cells(“c”).expand(); -
myLayout.cells(“a”).collapse();
myLayout.cells(“b”).expand();
myLayout.cells(“c”).collapse(); -
myLayout.cells(“a”).expand();
myLayout.cells(“b”).collapse();
myLayout.cells(“c”).collapse();
Please help, thank you
*sorry for my bad english
layout.zip (38.2 KB)