This commit is contained in:
yumoqing 2024-06-20 17:36:09 +08:00
parent 53a31a1591
commit dc99fc98cf

View File

@ -0,0 +1,22 @@
{
"id":"insert",
"widgettype":"Button",
"options":{
"width":"80px",
"i18n":true,
"label":"click me"
},
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"script",
"conform":{
"title":"conformtest",
"message":"测试事件处理前的用户确认功能,确认码?"
},
"target":"self",
"script":"alert('确认过眼神!')"
}
]
}