collapsing a nested layout

Hi



I am trying to make a layout that isn’t one of the default patterns. I am trying to make something like a 4H pattern but with the middle column on the left.



To do this i have tried a 3W pattern with a 2E inside the left column. The problem i have is that i am unable to make the cells in the 2E pattern collapsable. Is there another way to do this?





        

    

    


        test content here

    


    

    

    


    





thanks

Scott

Hello,

Pattern name is 4A, will included in future release,
to add please modify your dhtmlxlayout.js file, add:

this.tplData = {
    …
    “4A”: ‘’,

this._availAutoSize = {
    …
    “4A_hor”: new Array(“a;b”, “c”, “d”),
    “4A_ver”: new Array(“a;c;d”, “b;c;d”),