如何获取tabs中当前的tab页_百度知道
最佳答案: $('#tabs').tabs({ border:false, onSelect:function(title,index){ if(index==0){ }else if(index==1){ showcjb...更多关于RichFaces有没有方法取当前选中tab页的id的问题>>
Ext.tab.Panel中如何获取当前激活的tab页的id_百度知道
问题描述: 我用getActiveTab()获取不到啊,求一段详细的代码,急用最佳答案: var b=Ext.create('Ext.tab.Panel', { width: 400, height: 400, activeTab:0, renderTo: document.body, items: [{ title: 'Foo', tabConfig...更多关于RichFaces有没有方法取当前选中t