This post originated from an RSS feed registered with Web Buzz
by Angsuman Chakraborty.
Original Post: ExtJS: Ext.LayoutDialog Gotcha
Feed Title: Simple Thoughts on Web Technologies
Feed URL: http://tech.gaeatimes.com/index.php/search/internet/feed/
Feed Description: News and views as a Software Architect and Entrepreneur on Web Technologies.
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. [...]