iptv/wwwroot/channels.ui
2025-07-27 22:16:15 +08:00

57 lines
903 B
XML

{
"id":"channel_list",
"widgettype":"Tabular",
"options":{
"data_url":"{{entire_url('/api/channels.dspy')}}",
"noheader":true,
"row_options":{
"fields":[
{
"name":"logo_url",
"cwidth":2,
"cheight":2,
"uitype":"icon",
"label":"Icon",
"value":"${logo_url}"
},
{
"name":"tv_name",
"uitype":"str",
"lable":"Channel",
"cwidth":50,
"value":"${tv_name}"
}
],
"alters":{
"logo_url":{
"cwidth":2.5
},
"tv_name":{
"cwidth":20
}
},
"cheight":2.5,
"width":"100%"
},
"page_rows":80,
"cache_limit":5
},
"binds":[
{
"wid":"self",
"event":"row_selected",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popup_options":{
"archor":"cc",
"width":"90%",
"height":"90%"
},
"options":{
"url":"{{entire_url('play.ui')}}",
"params":{}
}
}
]
}