2024-04-19 17:13:05 +08:00
|
|
|
{
|
|
|
|
"id":"insert",
|
|
|
|
"widgettype":"Button",
|
|
|
|
"options":{
|
|
|
|
"width":"80px",
|
|
|
|
"i18n":true,
|
|
|
|
"label":"click me"
|
|
|
|
},
|
|
|
|
"binds":[
|
|
|
|
{
|
|
|
|
"wid":"self",
|
|
|
|
"event":"click",
|
|
|
|
"actiontype":"script",
|
2024-05-13 13:32:18 +08:00
|
|
|
"conform":{
|
|
|
|
"title":"conformtest",
|
|
|
|
"message":"测试事件处理前的用户确认功能,确认码?"
|
|
|
|
},
|
2024-04-19 17:13:05 +08:00
|
|
|
"target":"self",
|
2024-05-13 13:04:47 +08:00
|
|
|
"script":"console.log(this, params, event);"
|
2024-04-19 17:13:05 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|