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页面?
答案 0 :(得分:0)
您可以在标签面板中添加一个新面板,并在html属性中添加iframe。