resize/bodyresize,monitorResize
程序员文章站
2022-07-10 17:56:48
...
/* 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不会重新设置
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不会重新设置
推荐阅读
-
Php Image Resize图片大小调整的函数代码
-
简单掌握CSS3中resize属性的用法
-
numpy库ndarray多维数组的维度变换方法(reshape、resize、swapaxes、flatten)
-
获取屏幕翻转:var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'
-
CSS3的resize属性使用初探
-
浏览器窗口大小变化时使用resize事件对框架不起作用的解决方法
-
Python 使用PIL中的resize进行缩放的实例讲解
-
JS如何监听div的resize事件详解
-
jquery下div 的resize事件示例代码
-
Userdata 分区 resize 功能