28 lines
439 B
XML
28 lines
439 B
XML
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"tip":"change UI language",
|
|
"i18n":true,
|
|
"otext":"{{params_kw._lang}}",
|
|
"cwidth": 4,
|
|
"css":"clickable"
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"click",
|
|
"actiontype":"urlwidget",
|
|
"target":"Popup",
|
|
"popup_options":{
|
|
"eventpos":true,
|
|
"cwidth": 11,
|
|
"cheight":7,
|
|
"dismiss_events":["command"]
|
|
},
|
|
"options":{
|
|
"url":"{{entire_url('menu.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|