43 lines
658 B
XML
43 lines
658 B
XML
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"css":"filler"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Image",
|
|
"options":{
|
|
"height":"100%",
|
|
"css":"clickable",
|
|
"url":"{{entire_url('/imgs/media.png')}}"
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"urlwidget",
|
|
"target":"Popup",
|
|
"popup_options":{
|
|
"cwidth":10,
|
|
"eventpos":true,
|
|
"dismiss_events":["command"]
|
|
},
|
|
"options":{
|
|
"url":"{{entire_url('menu.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype":"Title4",
|
|
"options":{
|
|
"i18n":true,
|
|
"otext":"媒体平台",
|
|
"wrap":true,
|
|
"halign":"left"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|