fancellu
10 Oct 2007, 6:59 AM
Take
http://extjs.com/deploy/ext-2.0-alpha1/examples/menu/menus.html
Comment out:
tb.render('toolbar');
And at the end have
window= new Ext.Window({
tbar:tb,
title: 'Resize Me',
width: 500,
height:300,
closeAction:'hide',
minWidth: 300,
minHeight: 200,
maximizable:true,collapsible :true,
plain:true,
bodyStyle:'padding:5px;'
});
window.show();
I get a complaint about this.tr being null, in both IE and FF.
http://extjs.com/deploy/ext-2.0-alpha1/examples/menu/menus.html
Comment out:
tb.render('toolbar');
And at the end have
window= new Ext.Window({
tbar:tb,
title: 'Resize Me',
width: 500,
height:300,
closeAction:'hide',
minWidth: 300,
minHeight: 200,
maximizable:true,collapsible :true,
plain:true,
bodyStyle:'padding:5px;'
});
window.show();
I get a complaint about this.tr being null, in both IE and FF.