日期:2014-05-16 浏览次数:20758 次
var win = new Ext.Window({
title : 'SwfUpload',
closeAction : 'hide',
width : 750,
height : 360,
resizable : false,
modal : true,
html : '<iframe src="inc.jsp" width="100%" height="100%"></iframe>'
});
function showExtShow(){
win.show();
}
你这段代码window是2.0+的吧
也可能是1.1里面扩展出来的window
Rack.air.Window 这是1.1基于 Ext.LayoutDialog 写的window