mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-14 17:07:55 -05:00
172 lines
2.9 KiB
JSON
172 lines
2.9 KiB
JSON
[
|
|
{
|
|
"title": "Fuel UX Radios",
|
|
"fields": {
|
|
"label": {
|
|
"type": "input",
|
|
"label": "Label Text",
|
|
"value": "Fuel UX Radios"
|
|
},
|
|
"name": {
|
|
"type": "input",
|
|
"label": "Group Name",
|
|
"value": "radios"
|
|
},
|
|
"radios": {
|
|
"type": "textarea-split",
|
|
"label": "Radios",
|
|
"value": [
|
|
"Option one",
|
|
"Option two"
|
|
]
|
|
},
|
|
"helptext": {
|
|
"type": "input",
|
|
"label": "Help Text",
|
|
"value": "help"
|
|
},
|
|
"required": {
|
|
"type": "checkbox",
|
|
"label": "Required",
|
|
"value": false
|
|
},
|
|
"isDisabled": {
|
|
"type": "checkbox",
|
|
"label": "Disabled",
|
|
"value": false
|
|
},
|
|
"readonly": {
|
|
"type": "checkbox",
|
|
"label": "Readonly",
|
|
"value": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"title": "Fuel UX Radios Inline",
|
|
"fields": {
|
|
"label": {
|
|
"type": "input",
|
|
"label": "Label Text",
|
|
"value": "Fuel UX Inline Radios"
|
|
},
|
|
"name": {
|
|
"type": "input",
|
|
"label": "Group Name",
|
|
"value": "radios-inline"
|
|
},
|
|
"radios": {
|
|
"type": "textarea-split",
|
|
"label": "Radios",
|
|
"value": [
|
|
1,2,3,4
|
|
]
|
|
},
|
|
"helptext": {
|
|
"type": "input",
|
|
"label": "Help Text",
|
|
"value": "help"
|
|
},
|
|
"required": {
|
|
"type": "checkbox",
|
|
"label": "Required",
|
|
"value": false
|
|
},
|
|
"isDisabled": {
|
|
"type": "checkbox",
|
|
"label": "Disabled",
|
|
"value": false
|
|
},
|
|
"readonly": {
|
|
"type": "checkbox",
|
|
"label": "Readonly",
|
|
"value": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"title": "Fuel UX Checkboxes",
|
|
"fields": {
|
|
"label": {
|
|
"type": "input",
|
|
"label": "Label Text",
|
|
"value": "Fuel UX Checkboxes"
|
|
},
|
|
"name": {
|
|
"type": "input",
|
|
"label": "Group Name",
|
|
"value": "checkboxes"
|
|
},
|
|
"checkboxes": {
|
|
"type": "textarea-split",
|
|
"label": "Checkboxes",
|
|
"value": [
|
|
"Option one",
|
|
"Option two"
|
|
]
|
|
},
|
|
"helptext": {
|
|
"type": "input",
|
|
"label": "Help Text",
|
|
"value": "help"
|
|
},
|
|
"required": {
|
|
"type": "checkbox",
|
|
"label": "Required",
|
|
"value": false
|
|
},
|
|
"isDisabled": {
|
|
"type": "checkbox",
|
|
"label": "Disabled",
|
|
"value": false
|
|
},
|
|
"readonly": {
|
|
"type": "checkbox",
|
|
"label": "Readonly",
|
|
"value": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"title": "Fuel UX Checkboxes Inline",
|
|
"fields": {
|
|
"label": {
|
|
"type": "input",
|
|
"label": "Label Text",
|
|
"value": "Fuel UX Inline Checkboxes"
|
|
},
|
|
"name": {
|
|
"type": "input",
|
|
"label": "Group Name",
|
|
"value": "checkboxes-inline"
|
|
},
|
|
"checkboxes": {
|
|
"type": "textarea-split",
|
|
"label": "Checkboxes",
|
|
"value": [
|
|
1,2,3,4
|
|
]
|
|
},
|
|
"helptext": {
|
|
"type": "input",
|
|
"label": "Help Text",
|
|
"value": "help"
|
|
},
|
|
"required": {
|
|
"type": "checkbox",
|
|
"label": "Required",
|
|
"value": false
|
|
},
|
|
"isDisabled": {
|
|
"type": "checkbox",
|
|
"label": "Disabled",
|
|
"value": false
|
|
},
|
|
"readonly": {
|
|
"type": "checkbox",
|
|
"label": "Readonly",
|
|
"value": false
|
|
}
|
|
}
|
|
}
|
|
] |