3.9K Star 18.4K Fork 5.3K

卓源软件 / JeeSite 4.x and 5.x

 / 详情

confirm 是在哪里写的

已完成
创建于  
2018-04-19 08:58

这个是怎么定义的

评论 (1)

距离 创建了任务

jqgrid加载完成后绑定的

var confirm = se.data('confirm');
if(confirm != undefined){
	js.confirm(confirm, url, function(data){
		js.showMessage(data.message);
		if(data.result==Global.TRUE){
			var confirmSuccess = se.data('confirmSuccess');
			if (confirmSuccess != undefined){
				try{
					eval(confirmSuccess);
				}catch(e){
					log('confirmSuccess error: ' + e);
				}
			}
		}
	}, "json");
}else{
	js.addTabPage($(this), title, url, options.tabPageId);
}
卓源软件 关闭了任务

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
6732 thinkgem 1651893329
Java
1
https://gitee.com/thinkgem/jeesite4.git
git@gitee.com:thinkgem/jeesite4.git
thinkgem
jeesite4
JeeSite 4.x and 5.x

搜索帮助