openmoduldialog 关闭 还回值

 //确定
        function getsel() {
            var rtnValue = TreeView.GetValue();
            window.returnValue = rtnValue;
            WinDialogClose();
        }
        //模式窗口关闭
        function WinDialogClose() {
            if (window.dialogArguments) {
                window.close();
            }
        }

posted on 2012-05-22 17:42  鱼人夜行者  阅读(129)  评论(0编辑  收藏  举报

导航