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