bugfix
This commit is contained in:
parent
9058f4cfa9
commit
ca86694828
45
wwwroot/index.ui
Normal file
45
wwwroot/index.ui
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"widgettype":"VBox",
|
||||||
|
"options":{
|
||||||
|
"width":"100%",
|
||||||
|
"height":"100%"
|
||||||
|
},
|
||||||
|
"subwidgets":[
|
||||||
|
{
|
||||||
|
"widgettype":"HBox",
|
||||||
|
"options":{
|
||||||
|
"cheight":2
|
||||||
|
},
|
||||||
|
"subwidgets":[
|
||||||
|
{
|
||||||
|
"widgettye":"Svg",
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('imgs/download-file.svg')}}"
|
||||||
|
},
|
||||||
|
"binds":[
|
||||||
|
{
|
||||||
|
"wid":"self",
|
||||||
|
"event":"click",
|
||||||
|
"actiontype":"urlwdiget",
|
||||||
|
"target":"PopupWindow",
|
||||||
|
"popup_options":{
|
||||||
|
"width":"60%",
|
||||||
|
"height":"70%",
|
||||||
|
"icon":"{{entire_url('imgs/download-file.svg')}}",
|
||||||
|
"title":"File download"
|
||||||
|
},
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('add_new_download.ui')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"widgettype":"urlwidget",
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('list_downloading.ui')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user