欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

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

 更新時間:2009年02月15日 18:31:17   作者:  
Grid設置為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中加入下面代碼:
復制代碼 代碼如下:

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

相關文章

最新評論