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

37 lines
1.1 KiB
JSON

{
"name": "form-example5",
"items": [
{
"type":"panel",
"items":
[
[
{
"type": "title",
"colSpan": 12,
"name": "title",
"label": "PMDynaform 6 - ReadOnly"
}
],
[
{
"type": "label",
"colSpan": 12,
"label": "First field",
"options": ["This is the value for the field and the content.."]
}
],
[
{
"type": "label",
"colSpan": 12,
"label": "Second field",
"options": ["First option - radio",
"Second option - radio",
"Third option - radio"]
}
]
]
}
]
}