33 lines
354 B
XML
33 lines
354 B
XML
|
|
{
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"id":"file1",
|
|
"widgettype":"UtFile",
|
|
"options":{
|
|
"name":"file1",
|
|
"label":"File 1"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"text":"upload"
|
|
},
|
|
}
|
|
],
|
|
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"clcik",
|
|
"action":{
|
|
"rfname":"do_upload"
|
|
}
|
|
}
|
|
]
|
|
}
|