PDA

View Full Version : Autosize on border layout



luisfpg
4 Jul 2008, 4:36 AM
Hi, I'm new to Ext-GWT, and I'm trying to create a page with a BorderLayout, where the north part display a customizable HTML (in an HtmlContainer).
The problem is that I don't know the height this HTML might have, thus I need something like autosize for the north region, but I didn't find it.
I also tried the HtmlContainer.getHeight(), but it returns the north BorderLayoutData's height.
Any help on how I could do it?
Thanks.

darrellmeyer
9 Jul 2008, 7:07 PM
This is not currently supported, you will have to specify a size either in pixels or as a percentage.