iptv/wwwroot/search_channels.ui
2025-09-14 18:43:41 +08:00

37 lines
533 B
XML

{
"widgettype":"VBox",
"options":{
"width":"100%",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"Filler",
"options":{},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('dc_channels.ui')}}"
}
}
]
},
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('search.ui')}}"
}
}
],
"binds":[
{
"wid":"tv_name",
"event":"changed",
"actiontype":"method",
"target":"channel_list",
"method":"load_first_page"
}
]
}