如何查看选项卡中的其他网站

时间:2013-01-31 09:13:27

标签: extjs extjs4

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

1 个答案:

答案 0 :(得分:0)

您可以在标签面板中添加一个新面板,并在html属性中添加iframe。