bugfix
This commit is contained in:
parent
c939ee990b
commit
7762c1a358
43
wwwroot/channelinfo.ui
Normal file
43
wwwroot/channelinfo.ui
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"widgettype":"HBox",
|
||||
"options":{
|
||||
"cwidth":22,
|
||||
"cheight":3
|
||||
},
|
||||
"subwidgets":[
|
||||
{
|
||||
"widgettype":"Image",
|
||||
"options":{
|
||||
"cwidth":1.5,
|
||||
"cheight":1,5,
|
||||
"url":"{{params_kw.logo_url}}",
|
||||
"default_url":"{{entire_url('/imgs/tv.png')}}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"widgettype":"Title6",
|
||||
"options":"{
|
||||
"css":"filler",
|
||||
"text":"{{params_kw.tv_name}}",
|
||||
"wrap":true,
|
||||
"halign":"left"
|
||||
}
|
||||
}
|
||||
]
|
||||
"binds":[
|
||||
{
|
||||
"wid":"self",
|
||||
"event":"click",
|
||||
"actiontype":"urlwidgt",
|
||||
"target":"PopupWindow",
|
||||
"popup_options":{
|
||||
},
|
||||
"options":{
|
||||
"params":{
|
||||
"id":"{{params_kw.id}}"
|
||||
},
|
||||
"url":"{{params_kw.click_url or entire_url('play.ui')}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
5
wwwroot/dynmiccolumn_channels.ui
Normal file
5
wwwroot/dynmiccolumn_channels.ui
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"widgettype":"DynamicColumn",
|
||||
"options":{
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user