1
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页面?

4

1 回答 1

0

您可以使用 html 属性中的 iframe 将新面板添加到选项卡面板。

于 2013-01-31T09:34:35.067 回答