This post originated from an RSS feed registered with Java Buzz
by Angsuman Chakraborty.
Original Post: ExtJS: Ext.LayoutDialog Gotcha
Feed Title: Simple Thoughts - Java and Web Technology Blog
Feed URL: http://tech.gaeatimes.com/index.php/feed/
Feed Description: News and views as a Software Architect and Entrepreneur on Java and Web Software.
After much debugging I realized that in creating dialogs using Ext.LayoutDialog class of ExtJS library we must specify the east, west, north south, as required, in the LayoutDialog config. This should be done before you add the content panels to the layout of the dialog. Otherwise you will get some really hard to debug errors. [...]