iptv/wwwroot/search_channels.ui
2025-07-16 15:07:06 +08:00

37 lines
521 B
XML

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