jQuery MiniUI

标题: 怎么主动关闭open处理windows窗口 [打印本页]

作者: justditZhang    时间: 2019-12-17 17:18:49     标题: 怎么主动关闭open处理windows窗口

if (win!=null){
    win.CloseOwnerWindow();
}
//打开窗口,展示订单数据
win= mini.open({
    targetWindow: window,
    url: "/module/index?mv=customerservice/order_datagrid_win",
    title: "订单数据列表",
    width: "800px",
    height: "400px",
    allowResize: true,
    allowDrag: true,
    showMaxButton: true,
    showModal: false,
    onload: function () {
        var iframe = this.getIFrameEl();
        iframe.contentWindow.setDate(queryParam);
    },
    ondestroy: function (action) {
        mini.get("searchBtn").setEnabled(true);//禁用查询
        win=null;
    }
});
win.show("right", "bottom");

作者: justditZhang    时间: 2019-12-17 17:19:28

win.CloseOwnerWindow();这样好像不管用
作者: dforce    时间: 2019-12-17 17:44:36

win.destroy()




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2