bugfix
This commit is contained in:
parent
53a31a1591
commit
dc99fc98cf
22
examples/action_conform.ui
Normal file
22
examples/action_conform.ui
Normal 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('确认过眼神!')"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user