32 lines
498 B
XML
32 lines
498 B
XML
{
|
|
"id":"popup",
|
|
"widgettype":"PopupWindow",
|
|
"options":{
|
|
"cwidth":18,
|
|
"height":"80%",
|
|
"widget":"center",
|
|
"auto_open":true,
|
|
"modal":true,
|
|
"archor":"tl",
|
|
"icon":"/imgs/tv.png",
|
|
"title":"频道管理"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('search_channels.ui')}}"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"channel_list",
|
|
"event":"row_selected",
|
|
"actiontype":"script",
|
|
"target":"self",
|
|
"script":"this.dismiss()"
|
|
}
|
|
]
|
|
}
|