30 lines
437 B
XML
30 lines
437 B
XML
{
|
|
"widgettype":"Popup",
|
|
"options":{
|
|
"archor":"tl",
|
|
"widget":"center",
|
|
"auto_open":true,
|
|
"auto_dismiss":true,
|
|
"auto_destroy":true,
|
|
"movable":true,
|
|
"timeout":0
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('sysmenu.ui')}}"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"sysmenu",
|
|
"event":"command",
|
|
"actiontype":"script",
|
|
"target":"self",
|
|
"script":"this.dismiss()"
|
|
}
|
|
]
|
|
}
|