as promised, the Splitter can now do vertical splitting as well as horizontal.
Also, I’ve implemented minimumSize for the panels.
An example:
top left, minimum height 50px
bottom left, minimum height 100px
right, minimum width:50px
The HTML for the above is this:
<div id=”splitter_wrapper” style=”height:200px;border:1px solid #000″>
<div id=”topleft”>top left, minimum height 50px</div>
<div id=”bottomleft”>bottom left, minimum height 100px</div>
[...]

Recent Comments