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 に答える