首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

Ext.fly() 替空

2012-10-28 
Ext.fly() 为空functionyjczMaterial(){ qryWin526 new Ext.Window({ title:应急物资查询,layout : f

Ext.fly() 为空
function  yjczMaterial(){
qryWin526 = new Ext.Window({
title:'应急物资查询',
layout : 'fit',
width : 380,
height : 200,
closeAction : 'close',
plain : true
});
var items = new Ext.util.MixedCollection();
    qryForm526 = getQueryForm(qryWin526);
items.add("form", qryForm526);
qryWin526.items = items;
qryWin526.show();
}

热点排行