57 lines
974 B
XML
57 lines
974 B
XML
{
|
|
"widgettype":"DynamicColumn",
|
|
"options":{
|
|
"title":"频道列表",
|
|
"data_url":"{{entire_url('get_channels.dspy')}}",
|
|
"data_params":{
|
|
},
|
|
"data_method":"POST",
|
|
"col_cwidth":22,
|
|
"record_view":{
|
|
{
|
|
"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":"${tv_name}",
|
|
"wrap":true,
|
|
"halign":"left"
|
|
}
|
|
}
|
|
]
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"urlwidgt",
|
|
"target":"PopupWindow",
|
|
"popup_options":{
|
|
},
|
|
"options":{
|
|
"params":{
|
|
"id":"${id}"
|
|
},
|
|
"url":"/play.ui"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|