panel自适应高度

/* monitorResize: true,
doLayout: function() {
this.setWidth(window.screen.width);
Ext.grid.GridPanel.prototype.doLayout.call(this);
} ,*/
listeners :{
bodyresize:function() {
this.setWidth(window.screen.width);
}
}

你可能感兴趣的:(ext,prototype)