Atitit. BigConfirmTips 控件 大数据量提示确认控件的原理and总结O9
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Atitit. BigConfirmTips 控件 大数据量提示确认控件的原理and总结O9相关的知识,希望对你有一定的参考价值。
Atitit. BigConfirmTips 控件 大数据量提示确认控件的原理and总结O9
4. 设置确认在后的回溯事件 c.backHandle="window.opener.confirmSubmitBackeventHandle"; 2
5. 设置具体表格显示模板 c.tmplt="/publish/lookOverdetail_templt.jsp"; 3
1. 基本的涉及的技术
数据的跨页面传递
javascript码的跨页面传递
servertable控件..
2. 基本的流程
pubX.checkOverwrite...(同一时候不个具体数据session类k)
If(over)
ShowConfirmWin()
------confirmWin------
Some msg:: 查看具体(link)
Btn:确认 btn:cancel
作者:: 老哇的爪子 Attilax 艾龙, EMAIL:[email protected]
转载请注明来源: http://blog.csdn.net/attilax
3. 调使用方法new confirmO9t();
var mp= dwr.util.getFormValues(formid);
pubX.checkOverwrite(mp ,function(data){
if(data==true) //start boot confirm page
{
var c= new confirmO9t();
c.backHandle="window.opener.confirmSubmitBackeventHandle";
c.setConfmBackEvt(
function(){ $("#publishForm").submit();}
);
c.tmplt="/publish/lookOverdetail_templt.jsp";
//alert("befshow");
c.show();
return;
}
//backEvent();
});
}
/*
o9t for confirm page confirm btn click
*/
function confirmSubmitBackeventHandle()
{
$("#publishForm").submit();
}
4. 设置确认在后的回溯事件 c.backHandle="window.opener.confirmSubmitBackeventHandle";
c.tmplt="/publish/lookOverdetail_templt.jsp";
//alert("befshow");
c.show();
5. 设置具体表格显示模板 c.tmplt="/publish/lookOverdetail_templt.jsp";
以上是关于Atitit. BigConfirmTips 控件 大数据量提示确认控件的原理and总结O9的主要内容,如果未能解决你的问题,请参考以下文章
Atitit.Gui控件and面板----数据库区-mssql 2008 权限 配置 报表查看成员