62 lines
943 B
JSON
62 lines
943 B
JSON
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"width":"auto",
|
|
"height":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Button",
|
|
"options":{
|
|
"label":"A",
|
|
"width":"auto",
|
|
"item_rate":1.6
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"script",
|
|
"target":"app",
|
|
"script":"bricks_app.textsize_bigger()"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype":"Button",
|
|
"options":{
|
|
"label":"A",
|
|
"width":"auto",
|
|
"item_rate":0.6
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"script",
|
|
"target":"app",
|
|
"script":"bricks_app.textsize_smaller()"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"otext":"中文",
|
|
"i18n":true
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"MultipleStateIcon",
|
|
"options":{
|
|
"state":"unlogined",
|
|
"urls":{
|
|
"unlogined":"/imgs/unlogined_user.png",
|
|
"logined":"/imgs/logined_user.png"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|