ftr
24 Nov 2010, 3:37 AM
var pnl = new Ext.Panel({
});
function changeContent(config) {
pnl.add(new Ext.Panel(config);
}
changeContent({
title : 'this is a test'
});
When I add a control like this to an Panel the new created Panel is not shown until I resize the browser-window
Can anybody help me?
Gruss(no idea how to say this in english...) ftr
});
function changeContent(config) {
pnl.add(new Ext.Panel(config);
}
changeContent({
title : 'this is a test'
});
When I add a control like this to an Panel the new created Panel is not shown until I resize the browser-window
Can anybody help me?
Gruss(no idea how to say this in english...) ftr