62 lines
1.0 KiB
XML
62 lines
1.0 KiB
XML
{
|
|
"widgettype":"Cols",
|
|
"id":"channel_list",
|
|
"options":{
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"data_url": "{{entire_url('/api/newest_channels.dspy')}}",
|
|
"data_params":{
|
|
},
|
|
"data_method":"POST",
|
|
"col_cwidth":22,
|
|
"record_view":{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"cwidth":22,
|
|
"cheight":5
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Image",
|
|
"options":{
|
|
"cwidth":1.5,
|
|
"cheight":1.5,
|
|
"url":"${logo_url}",
|
|
"default_url":"/imgs/tv.png"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"Title6",
|
|
"options":{
|
|
"text":"${tv_name}",
|
|
"wrap": true,
|
|
"halign":"left"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"urlwidget",
|
|
"target":"PopupWindow",
|
|
"popup_options":{
|
|
"width":"80%",
|
|
"height":"80%",
|
|
"title":"${tv_name}"
|
|
},
|
|
"options":{
|
|
"params":{
|
|
"tv_name": "${tv_name}",
|
|
"url":"${url}",
|
|
"id":"${id}"
|
|
},
|
|
"method": "POST",
|
|
"url":"/play.ui"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|