[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Splitter within splitter?
Page 1 of 1

Splitter within splitter?

PostPosted: Wed May 07, 2008 10:43 am
by SeanB
Hi.

Don't know if this question has been asked before (I did search the forums and couldn't find it, but there are a lot of questions!)...

Is it possible to have a set of splitter panes inside another set of splitter frames? For example, if I have a set of DIVs like this

<div id="north"></div>
<div id="west">
<div id="westNorth"></div>
<div id="westWest"></div>
<div id="westSouth"></div>
<div id="westEast"></div>
<div id="westCenter"></div>
</div>
<div id="south"></div>
<div id="east"></div>
<div id="center"></div>

Can I create a splitter within a splitter based on that structure?

PostPosted: Wed May 07, 2008 3:10 pm
by Batalf
Hi

No, unfortunately, nested panes are not supported yet. A workaround may be to use iframes, i.e content of a pane is an iframe with other panes. But I haven't tested that solution.

PostPosted: Wed May 07, 2008 3:28 pm
by SeanB