首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Flash >

ExtJS的TabPanel在FF中反复加载Flash的解决方案

2012-11-22 
ExtJS的TabPanel在FF中重复加载Flash的解决方案???这种问题只出现在FF上,在IE下是没有问题的,我一直没时间

ExtJS的TabPanel在FF中重复加载Flash的解决方案

???这种问题只出现在FF上,在IE下是没有问题的,我一直没时间去搞,最后在国外的论坛找到了答案,

???访问该论坛的关于此话题的帖子?,答案见7#和8#

?? 贴下代码就解决问题了,只是一句话而已!好多人啰嗦一大堆

var southPanel = new Ext.TabPanel({            region: 'south',            activeTab: 0,            id: 'center-south-panel',            monitorResize: true,            autoDestroy:true,            layoutOnTabChange : true,             defaults:( {            autoScroll: true,            style:{position:'absolute'},  //这一句加上就木问题了            hideMode:'visibility'            }) ,            split: true,            height: ((document.body.clientHeight - 100) * 0.5),            items:[this.createSouthManagePanel(),                    Home.ux.topo.createGraphViewPanel(),                   Home.ux.gis.createGisMapPanel(),                   Home.ux.design.createDesignPagePanel()]        });

?

热点排行