19 lines
270 B
Plaintext
19 lines
270 B
Plaintext
|
{
|
||
|
"id":"insert",
|
||
|
"widgettype":"Button",
|
||
|
"options":{
|
||
|
"width":"80px",
|
||
|
"i18n":true,
|
||
|
"label":"click me"
|
||
|
},
|
||
|
"binds":[
|
||
|
{
|
||
|
"wid":"self",
|
||
|
"event":"click",
|
||
|
"actiontype":"script",
|
||
|
"target":"self",
|
||
|
"script":"console.log(target, params, event);"
|
||
|
}
|
||
|
]
|
||
|
}
|