bugfix
This commit is contained in:
parent
3b7dacc402
commit
e232b41854
@ -40,16 +40,17 @@
|
||||
{
|
||||
"wid":"self",
|
||||
"event":"row_selected",
|
||||
"actiontype":"script",
|
||||
"target":"root.mytv",
|
||||
"script":"this.setValue(params)"
|
||||
"actiontype":"urlwidget",
|
||||
"target":"PopupWindow",
|
||||
"popup_options":{
|
||||
"archor":"cc",
|
||||
"width":"90%",
|
||||
"height":"90%"
|
||||
},
|
||||
{
|
||||
"wid":"self",
|
||||
"event":"row_selected",
|
||||
"actiontype":"script",
|
||||
"target":"root.popup",
|
||||
"script":"this.dismiss()"
|
||||
"options":{
|
||||
"url":"{{entire_url('play.ui')}}",
|
||||
"params":{}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
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",
|
||||
"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