silverstripe-framework/tests/php/Forms/FormSchemaTest/testGetSchema.json
2017-05-16 11:53:23 +12:00

40 lines
1.0 KiB
JSON

{
"name": "TestForm",
"id": "Form_TestForm",
"action": null,
"method": "POST",
"attributes": {
"id": "Form_TestForm",
"action": null,
"method": "POST",
"enctype": "application\/x-www-form-urlencoded",
"target": null,
"class": ""
},
"data": [],
"fields": [
{
"id": "Form_TestForm_SecurityID",
"name": "SecurityID",
"type": "hidden",
"schemaType": "Hidden",
"component": null,
"holderId": "Form_TestForm_SecurityID_Holder",
"title": "Security ID",
"source": null,
"extraClass": "hidden",
"description": null,
"rightTitle": null,
"leftTitle": null,
"readOnly": false,
"disabled": false,
"autoFocus": false,
"customValidationMessage": "",
"attributes": [],
"data": [],
"validation": []
}
],
"actions": []
}