openmoduldialog 关闭 还回值
摘要:
//确定 function getsel() { var rtnValue = TreeView.GetValue(); window.returnValue = rtnValue; WinDialogClose(); } //模式窗口关闭 function WinDialogClose() { if (window.dialogArguments) { window.close(); } } 阅读全文
posted @ 2012-05-22 17:42 鱼人夜行者 阅读(131) 评论(0) 推荐(0) 编辑