var tabs = Ext.widget('tabpanel', {
renderTo: 'tabs',
resizeTabs: true,
enableTabScroll: true,
width: 600,
height: 250,
defaults: {
autoScroll: true,
bodyPadding: 10
},
items: [{
title: 'Tab 1003',
iconCls: 'tabs',
href:'http://www.yahoo.com',
//hrefTarget:'_self',
//html: 'Tab Body<br/><br/>' + Ext.example.bogusMarkup,
closable: true
}],
.....
我已经在里面的项目中添加了一个代码href:' http ://www.yahoo.com ',但仍然无法工作,如何在标签面板中打开www.yahoo.com页面?