0

我在 ExtJS 中有一个标签面板,其中包含多个包含 FusionCharts 的标签。我想一次渲染所有选项卡,而不是在用户单击每个选项卡时。这只无法在 Safari 中呈现所有选项卡。

    code:
    Ext.create('Ext.tab.Panel', {
    id: 'tbPnl',
    deferredRender: false,
    layout: 'card',
    layoutOnTabChange: true,
    defaults:{
    hideMode: 'offsets', 
    },

    renderTo: 'reportDiv',
    //autoScroll: true,
    width: 1400,
    flex: 1,
    //height: '100%',
    height: 1200
    //margin: 20,


    });
4

0 回答 0