欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

resize/bodyresize,monitorResize

程序员文章站 2022-07-10 17:57:24
...
/* monitorResize: true,
doLayout: function() {
this.setWidth(window.screen.width);
Ext.grid.GridPanel.prototype.doLayout.call(this);
} ,*/
listeners :{
bodyresize:function() {
this.setWidth(window.screen.width);
}
}
注意:当monitorResize设为false时,容器size改变,里面的元素的size不会重新设置
相关标签: EXT prototype