bugfix
This commit is contained in:
parent
3b7dacc402
commit
e232b41854
@ -40,16 +40,17 @@
|
|||||||
{
|
{
|
||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"row_selected",
|
"event":"row_selected",
|
||||||
"actiontype":"script",
|
"actiontype":"urlwidget",
|
||||||
"target":"root.mytv",
|
"target":"PopupWindow",
|
||||||
"script":"this.setValue(params)"
|
"popup_options":{
|
||||||
|
"archor":"cc",
|
||||||
|
"width":"90%",
|
||||||
|
"height":"90%"
|
||||||
},
|
},
|
||||||
{
|
"options":{
|
||||||
"wid":"self",
|
"url":"{{entire_url('play.ui')}}",
|
||||||
"event":"row_selected",
|
"params":{}
|
||||||
"actiontype":"script",
|
}
|
||||||
"target":"root.popup",
|
|
||||||
"script":"this.dismiss()"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
34
wwwroot/index.old.ui
Normal file
34
wwwroot/index.old.ui
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"widgettype":"VBox",
|
||||||
|
"options":{
|
||||||
|
"width":"100%",
|
||||||
|
"height":"100%"
|
||||||
|
},
|
||||||
|
"subwidgets":[
|
||||||
|
{
|
||||||
|
"widgettype":"urlwidget",
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('header.ui')}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"center",
|
||||||
|
"widgettype":"Filler",
|
||||||
|
"options":{},
|
||||||
|
"subwidgets":[
|
||||||
|
{
|
||||||
|
"widgettype":"urlwidget",
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('iptv.ui')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"widgettype":"urlwidget",
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('bottom.ui')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -19,7 +19,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype":"urlwidget",
|
"widgettype":"urlwidget",
|
||||||
"options":{
|
"options":{
|
||||||
"url":"{{entire_url('iptv.ui')}}"
|
"url":"{{entire_url('search_channels.ui')}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
13
wwwroot/play.ui
Normal file
13
wwwroot/play.ui
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"id":"mytv",
|
||||||
|
"widgettype":"Iptv",
|
||||||
|
"options":{
|
||||||
|
"width":"100%",
|
||||||
|
"height":"100%",
|
||||||
|
"autoplay":true,
|
||||||
|
"autounmute":true,
|
||||||
|
"playok_url":"{{entire_url('report_playing.dspy')}}",
|
||||||
|
"playfailed_url":"{{entire_url('report_failed.dspy')}}",
|
||||||
|
"user_data":{{json.dumps(params_kw)}}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user