用jquery easyui dialog控件 弹出一个窗体,这个窗体连接了一个新增页面,那当新增成功后怎么关闭
functionadd(){parent.$.modalDialog({title:'111',width:680,height:400,href:'$'buttons:...
function add() {
parent.$.modalDialog({
title : '111',
width : 680,
height : 400,
href :'$'
buttons : [ {
text : '添加',
handler : function() {
parent.$.messager.confirm('添加对话框', '您要确认添加吗?', function(r)
{
parent.$.modalDialog.openner_dataGrid = dataGrid;//因为添加成功之后,需要刷新这个dataGrid,所以先预定义好
var f = parent.$.modalDialog.handler.find('#form');
f.submit();
});
}
},
{
text : "保存",
handler : function() {
parent.$.messager.confirm('确认对话框', '您要确认保存吗?', function(r)
{
});
}
},
{
text : "取消",
handler : function() {
}
}]
});
}
现在想点取消 想把这个Dialog关闭 应该怎么写啊 展开
parent.$.modalDialog({
title : '111',
width : 680,
height : 400,
href :'$'
buttons : [ {
text : '添加',
handler : function() {
parent.$.messager.confirm('添加对话框', '您要确认添加吗?', function(r)
{
parent.$.modalDialog.openner_dataGrid = dataGrid;//因为添加成功之后,需要刷新这个dataGrid,所以先预定义好
var f = parent.$.modalDialog.handler.find('#form');
f.submit();
});
}
},
{
text : "保存",
handler : function() {
parent.$.messager.confirm('确认对话框', '您要确认保存吗?', function(r)
{
});
}
},
{
text : "取消",
handler : function() {
}
}]
});
}
现在想点取消 想把这个Dialog关闭 应该怎么写啊 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询