-
container.doLayout() STILL shows REMOVED components
container.doLayout() STILL shows REMOVED components
What could be causing this?
This code DOES NOT work
var centerPanel = Ext.getCmp('centerPanel');
var centerRegion = Ext.getCmp('centerRegion');
centerRegion.remove(centerPanel, true);
centerRegion.add(centerItem);
centerRegion.doLayout();
//this code removes the item from the container - based on Firebug
centerRegion.remove(centerPanel, true);
//...but this code STILL shows the item
centerRegion.doLayout();
Similar Threads
-
By Animal in forum Ext 3.x: User Extensions and Plugins
Replies: 5
Last Post: 13 Dec 2010, 5:23 AM
-
By julisys in forum Ext GWT: Bugs (2.x)
Replies: 1
Last Post: 13 Aug 2010, 3:19 AM
-
By Ozone in forum Ext 3.x: Help & Discussion
Replies: 5
Last Post: 2 Jul 2010, 5:06 AM
-
By cyrilluce in forum Ext 3.x: Bugs
Replies: 4
Last Post: 19 May 2010, 2:08 PM
-
By dimitrij.zub in forum Ext 2.x: Help & Discussion
Replies: 7
Last Post: 3 Jul 2008, 2:41 AM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us