silverstripe-framework/tests/php/Forms/FormSchemaTest/testGetSchema.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2017-05-04 02:52:40 +02:00
{
"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",
2017-05-09 06:42:08 +02:00
"type": "hidden",
"schemaType": "Hidden",
2017-05-04 02:52:40 +02:00
"component": null,
"holderId": "Form_TestForm_SecurityID_Holder",
"title": "Security ID",
"source": null,
"extraClass": "hidden",
"description": null,
"rightTitle": null,
"leftTitle": null,
"readOnly": false,
"disabled": false,
2017-05-16 00:52:15 +02:00
"autoFocus": false,
2017-05-04 02:52:40 +02:00
"customValidationMessage": "",
"attributes": [],
"data": [],
"validation": []
}
],
"actions": []
2017-05-09 06:42:08 +02:00
}