Ext.Window中iframe的相关操作
var win = new Ext.Window({id:'win', width:700,height:600,modal:true,html:"<iframe id='openwin' src='one.jsp' scrolling='auto' style='width:100%;height:100%;margin:0;padding:0'></iframe>",renderTo:Ext.getBody(), defaults: { border:false }})var win = parent.Ext.getCmp('openwin');win.close(); var win = top.Ext.getCmp('openwin');win.close();<input id="name" type="text">
document.getElementById("id").value//或者ext.getDom('name').value(); Ext.namespace('example'); example = function() { return { say: function() { alert("hello!"); } }; }();