Hi All,
Using Extjs, I've got a TabPanel containing two Panels. Those panels do not automatically expand vertically. All layout are set with type 'fit' and forceFit is true.
I've pastebin my code here: http://pastebin.com/s8ucY4TX
Edit:
I've updated my code according the Kunal's suggestion: http://pastebin.com/pu5PYuDN
To describe the interface: you have a tree list containing several nodes. When the user clicks on one of those nodes it opens a tab (calling the function ZombieTab(zombie_ip)) with two sub-tabs (ZombieTab_MainTab and ZombieTab_Commands).
Editing the code with Kunal's suggestion had the following effect: We can see that the ZombieTab_Commands's bottom bars appears at the top of the panel and as a result, all components of the tab are not displayed.
I've put a screenshot here: http://yfrog.com/0fscreenshot20100523at102p
Thanks for your time.