Hi,
I am trying to achieve some hydrid functionality between splitter and docking. In terms of layout, I need something like this (an example):
http://www.jqwidgets.com/community/topic/splitter-three-panels-left-one-large-right/
While this can be implemented by using splitter, I also need the sections to be draggable into each other’s areas, much like jqxDocking allows us to do.
I essentially need either docking that is resizeable or splitter that is draggable/droppable.
An example layout is attached. This is done via docking. 2 vertical panels, 3 sections in each, i. e. a 3×2 grid. What I need is also an ability to have section 3 gone and section 1 to span into both columns. I.e. when section 3 is removed, section 0 is expanded or resized into 3’s place. Right now if that is done, the second column (section 4) just gets shifted up.
All in all, my layout is dynamic – sometimes I display 2 sections, sometimes 5. In the first case, 1 is above another. In the second case, there is one on top, and then 2 panels with 2 sections each below it.
I’m not sure whether I should start with docking and integrate it with splitter or vice versa 😉
Let me know if this is achievable at all and, if yes, an example would be great! Also, let know if you need more info on what I am trying to achieve, my description is a little hectic.
http://postimg.org/image/kj0caihtv/
Thanks.