亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Ext JS Grid在IE6 下寬度的問題解決方法

 更新時間:2009年02月15日 18:31:17   作者:  
Grid設(shè)置為autoWidth:true時在ie6下寬度為10000px
解決方法:
1、修改ext-all.css,找到.x-grid3-header-offset,修改為.x-grid3-header-offset{padding-left:1px;/*width:10000px;*/width:auto;}
2、在grid中加入下面代碼:
復(fù)制代碼 代碼如下:

monitorResize: true,
doLayout: function() {
this.setSize(Ext.get(this.getEl().dom.parentNode).getSize(true));
Ext.grid.GridPanel.prototype.doLayout.call(this);
}

相關(guān)文章

最新評論