Ext.getCmp('maintab').getActiveTab().load({url:'printpage.jsp',scripts:true});
可以解决,这个是用的当前的tab,但是也可以任意的用
Ext.getCmp('maintab').findById("你的tabID").load({url:"'printpage.asp", callback: this.initSearch, scope: this, scripts:true});
Ext.getCmp('maintab').getActiveTab().load({url:'printpage.jsp',scripts:true});
可以解决,这个是用的当前的tab,但是也可以任意的用
Ext.getCmp('maintab').findById("你的tabID").load({url:"'printpage.asp", callback: this.initSearch, scope: this, scripts:true});