38 lines
574 B
XML
38 lines
574 B
XML
{
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"height":"100%",
|
|
"width":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Title4",
|
|
"options":{
|
|
"i18n":true,
|
|
"otext":"视频"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('search.ui')}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('videolist.ui')}}"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"search",
|
|
"event":"changed",
|
|
"actiontype":"script",
|
|
"target":"videolist",
|
|
"script":"console.log(this, params); this.load_first_page(params)"
|
|
}
|
|
]
|
|
}
|