Files
luos/workflow/public_html/mobile/build-prod/data/sample9.json
2015-04-30 21:51:21 -04:00

61 lines
1.8 KiB
JSON

{
"name": "form-files",
"items": [
{
"type":"panel",
"action": "server.php",
"method": "post",
"items":
[
[
{
"type": "title",
"colSpan": 12,
"name": "title",
"label": "PMDynaform 9 - Upload File"
}
],
[
{
"type": "file",
"label": "File uploaded",
"colSpan":12,
"multiple": true,
"name": "textName1",
"hint": "new file"
}
],
[
{
"type": "file",
"label": "File uploaded",
"colSpan": 6,
"multiple": true,
"name": "textName1",
"hint": "new file"
},
{
"type": "file",
"label": "File uploaded",
"colSpan": 6,
"multiple": false,
"name": "textName1",
"hint": "new file"
}
],
[
{
"type" : "button",
"colSpan" : 6,
"label":"Button"
},
{
"type" : "submit",
"colSpan" : 6,
"label" : "Submit"
}
]
]
}
]
}