在Ext中的window组件嵌套iframe,在iframe中点击关闭上一层的window的方法

$('#closed').click(function(){
       parent.Ext.getCmp('windowId').close()
    });
相关文章
相关标签/搜索