首先在jsp中导入一下文件
/extJs/resources/css/ext-all.css...
Ext.onReady(function(){
Ext.create('Ext.window.Window', {...height: 200,//高度
width: 400,//宽度
layout: 'fit',//填充布局
//activeItem:0,//默认激活itmes中的第...frame : true,//设置为应用框架
formBind : false,//绑定form
hideCollapseTool : true,//隐藏关闭,显示工具栏
//html...: '我是内容html',
id : 'windowsId',//id唯一标识
items: {
id:'demo0',