Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Stefan Riedel_Seifert on Jan 30, 2009 03:56
open dhtmlx forum
New Layout

Hello,

can anyone help me with a new layout like 3C with one additional panel on the top and one panel on the bottom?

I've tried

<layout>
<autosize hor="b" ver="a;c;d;e" rows="4" cols="2"/>
<row>
<cell obj="a" a_width="*" resize="ver" neighbors="b;c;d"/>
</row>
<row sep="yes">
<cell sep="hor" top="a" bottom="c;d" dblclick="a"/>
</row>
<row>
<cell obj="b" b_width="*" b_height="*" resize="ver" neighbors="b;d"/>
        <cell sep="ver" left="b,d" right="c" dblclick="c" rowspan="3"/>
        <cell obj="c" c_width="*" resize="hor" neighbors="b,d;c" rowspan="3"/>
</row>
<row sep="yes">
<cell sep="hor" top="b" bottom="d" dblclick="b"/>
</row>
<row>
<cell obj="d" d_width="*" d_height="*" resize="ver" neighbors="b;d"/>
</row>
<row sep="yes">
<cell sep="hor" top="a;b" bottom="e" dblclick="b"/>
</row>
<row>
<cell obj="e" c_height="*" resize="ver" neighbors="a;b;c"/></row>
</layout>

but no there's not display, when using it.

Something seems to be went wrong :-)

Best regards,
Stefan
Answer posted by Support on Feb 03, 2009 07:08
Hello,

Could you please attach a screenshot of desired pattern?
Answer posted on Feb 03, 2009 22:54

Hello,

attached is my layout wish.

Best regards,

Stefan

Attachments (1)
5E.PNG7.32 Kb
Answer posted by Support on Feb 04, 2009 01:49
Unfortunately this pattern cannot be implemented directly.
You can use 3E+3L.
Answer posted on Feb 04, 2009 02:54

Hello,

that's not sufficient. When you try to change the standard ...blue.css, so that the single containers will get a red frame, you will see when using 3E+3L, some borders will

disapear. I've told this circumstance in a prior post.

Best regards,

Stefan

 

Answer posted by Support on Feb 04, 2009 03:10
Unfortunately this can't be fixed in current version.
Answer posted on Feb 04, 2009 04:26

Ok. when can i await a solution?

Is it possible, when the lower panel will be removed (without e in my picture)? Meanwhile we've bought the Enterprise license. i have shared th elicense number to your

support team, because the layout component is not listed in the support form. Can you add ist?

 

Best regards, Stefan

Answer posted by Support on Feb 06, 2009 04:17
1. Custom pattern: available solution is to use nested layouts.
2. Red borders: issue is unfixable for current version, this will fixed in future release (low-level fix needed), not build.

If you trying to create your own skin you can sent us desired previews, probably we could help you to find a solution.

Also updated layout code attached.
Attachments (1)
codebase.zip17.68 Kb