- 注册时间
- 2012-12-26
- 最后登录
- 2021-9-29
- 阅读权限
- 10
- 积分
- 800
- 精华
- 0
- 帖子
- 87
|
factory 发表于 2013-12-12 09:25
你这个是用什么控件时候出现的loading遮罩?
var onOutPut = function (e) {
var OutputPath = txtOutputPath.getValue();
mini.open({
url: "../DebugSetting/SetDebugging.aspx?OutputPath=" + OutputPath,
title: "输出环境", width: 980, height: 600,
onload: function () {
},
ondestroy: function (action) {
}
});
}
----------------------------------------------
弹出时,就出现loading 了
|
|