如题,还有就是,怎样让画出来的东西铺满整个页面,我做出来的图如下:

ext
extjs
------解决方案--------------------
如果想让这个panel显示在全屏的话,
var panel_login = Ext.create('Ext.panel.Panel',{
height: document.body.clientHeight,
width: document.body.clientWidth,
.......
});