44 lines
690 B
XML
44 lines
690 B
XML
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"cwidth":22,
|
|
"cheight":3
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Image",
|
|
"options":{
|
|
"cwidth":1.5,
|
|
"cheight":1,5,
|
|
"url":"{{params_kw.logo_url}}",
|
|
"default_url":"{{entire_url('/imgs/tv.png')}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"Title6",
|
|
"options":"{
|
|
"css":"filler",
|
|
"text":"{{params_kw.tv_name}}",
|
|
"wrap":true,
|
|
"halign":"left"
|
|
}
|
|
}
|
|
]
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"urlwidgt",
|
|
"target":"PopupWindow",
|
|
"popup_options":{
|
|
},
|
|
"options":{
|
|
"params":{
|
|
"id":"{{params_kw.id}}"
|
|
},
|
|
"url":"{{params_kw.click_url or entire_url('play.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|