27 lines
373 B
XML
27 lines
373 B
XML
{
|
|
"widgettype":"Form",
|
|
"options":{
|
|
"width":"100%",
|
|
"height":"100%",
|
|
"fields":[
|
|
{
|
|
"name":"url",
|
|
"label":"下载地址",
|
|
"uitype":"text",
|
|
"required":true
|
|
}
|
|
]
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"submit",
|
|
"actiontype":"urlwidget",
|
|
"target":"self",
|
|
"options":{
|
|
"url":"{{entire_url('./download_url.dspy')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|