How to split a panel in EXT-GWT?
I'm using ext-gwt and can't figure out how to split a panel so that I have 2 widgets, one on each side of the resizeable splitter, with the height of both widgets being 100% and their widths being variable. In essence, what I want is something like: ----------------------------------------- | Widget1 | Widget2 | | ...