日期:2014-05-16 浏览次数:20425 次
aa = new Ext.ux.TabPanel({ tabPosition: 'left', autoScroll: true, deferredRender: false, activeTab: 0, enableTabScroll: true, applyTo: 'aaa', items: [ bb = new Ext.Panel({layout:'fit', title:'基础资料', iconCls:'aaa', closable: true, html: '基础资料' }),cc = new Ext.Panel({layout:"fit", title:"基础资料", closable: true, html: '基础资料' })] });
aa = new Ext.TabPanel({ tabPosition: 'left', autoScroll: true, deferredRender: false, activeTab: 0, enableTabScroll: true, applyTo: 'aaa', items: [ bb = new Ext.Panel({layout:'fit', title:'基础资料', iconCls:'aaa', closable: true, html: '基础资料' }),cc = new Ext.Panel({layout:"fit", title:"基础资料", closable: true, html: '基础资料' })] });
adjustBodyWidth : function(w){ if (this.verticalTabs) { if (Ext.isIE6 || Ext.isIE7) { this.bwrap.setWidth(w - 3); } return w; } return Ext.ux.TabPanel.superclass.adjustBodyWidth.call(this, w); },