|
|
本帖最后由 Dffiltri 于 2022-2-23 09:09 编辑
在表单中添加了按钮,在按钮中添加click事件,按照API样例分别写入this.form.notice("this is my information", "info");
this.form.form.alert("wran", "必填提醒", "请填写标题!", 300, 100);测试点击按钮没有反应。只有this.form.confirm("wran", "删除确认", "您确定要删除吗?", 300, 100,function(){
//执行删除代码
this.close();
}, function(){
this.close();
});
确认框有正确确认框弹出。请老师指导一下该怎样使用。
|
|