40 lines
610 B
XML
40 lines
610 B
XML
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"cheight":2
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Icon",
|
|
"options":{
|
|
"url":"{{entire_url('/imgs/atvoe.svg')}}",
|
|
"cursor":"pointer",
|
|
"rate":1.5
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"urlwidget",
|
|
"target":"app",
|
|
"mode":"append",
|
|
"options":{
|
|
"url":"{{entire_url('popupmenu.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id":"cur_tag",
|
|
"widgettype":"Title4",
|
|
"options":{
|
|
"height":"auto",
|
|
"otext":"{{params_kw.get('tagname','Liked')}}",
|
|
"i18n":true,
|
|
"wrap":true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|