如何自定义按钮点击弹出eova内置的窗口?
名为辉耀 发布于72月前 2答/1906阅

相关的js是什么呢?刚入手不怎么清楚,就跟那个弹出添加页面一样,就是eova的内置弹窗那种


[沙发] 名为辉耀
解决了
if (isSelected(grid)){
var dialog = parent.sy.modalDialog({
title : '可用功能选择',
url : '/eova/backstage/survey/bussestion.htm',
buttons : [ {
text : '确定',
handler : function() {
alert('确定');
}
} ,{
text : '取消',
handler : function() {
dialog.dialog('close');
}
} ]
}, 1300, 600);
}
[地板] freedomme
学习了,标记一下,这些作为常用代码
提交评论
嘿,我来帮你!