41 lines
667 B
XML
41 lines
667 B
XML
|
|
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"height":"auto",
|
|
"width":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Button",
|
|
"options":{
|
|
"name":"test",
|
|
"icon":"/bricks/imgs/submit.png",
|
|
"label":"test once",
|
|
"tooltip":"This is a joke too",
|
|
"nonepack":true,
|
|
"orientation":"horizontal"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"Button",
|
|
"options":{
|
|
"name":"test",
|
|
"icon":"/bricks/imgs/reset.png",
|
|
"tooltip":"This is a joke",
|
|
"label":"test twice",
|
|
"nonepack":true,
|
|
"orientation":"horizontal"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"script",
|
|
"script":"alert('HBox clicked');"
|
|
}
|
|
]
|
|
}
|