iptv/wwwroot/searchchannels/dc_channels.ui
2025-10-26 14:11:07 +08:00

23 lines
382 B
XML

{
"widgettype":"Cols",
"id":"channel_list",
"options":{
"width": "100%",
"height": "100%",
"data_url": "{{entire_url('/api/channels.dspy')}}",
"data_params":{
},
"data_method":"POST",
"col_cwidth":22,
"record_view":{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('/channel_show.ui')}}",
"params":{
"id": "${id}"
}
}
}
}
}