silverstripe-framework/tests/php/Forms/FormSchemaTest/testSchemaValidation.json
Saophalkun Ponlu 381ad756f2 Fix tests
2017-12-08 09:58:52 +13:00

147 lines
4.1 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": [
{
"name": "Name",
"id": "Form_TestForm_Name",
"type": "text",
"schemaType": "Text",
"component": null,
"holderId": "Form_TestForm_Name_Holder",
"title": "Name",
"source": null,
"extraClass": "text",
"description": null,
"rightTitle": null,
"leftTitle": null,
"readOnly": false,
"disabled": false,
"autoFocus": false,
"customValidationMessage": "",
"validation": {
"required": true,
"max": {
"length": 40
}
},
"attributes": [],
"data": {
"maxlength": 40
}
},
{
"name": "Date",
"id": "Form_TestForm_Date",
"type": "date",
"schemaType": "Date",
"component": null,
"holderId": "Form_TestForm_Date_Holder",
"title": "Date",
"source": null,
"extraClass": "date text",
"description": null,
"rightTitle": null,
"lang": "en-US",
"leftTitle": null,
"readOnly": false,
"disabled": false,
"autoFocus": false,
"customValidationMessage": "",
"validation": {
"date": true
},
"attributes": [],
"data": {
"html5": true,
"min": null,
"max": null,
"maxlength": null
}
},
{
"name": "Number",
"id": "Form_TestForm_Number",
"type": "number",
"schemaType": "Decimal",
"component": null,
"holderId": "Form_TestForm_Number_Holder",
"title": "Number",
"source": null,
"extraClass": "numeric text",
"description": null,
"rightTitle": null,
"leftTitle": null,
"readOnly": false,
"disabled": false,
"autoFocus": false,
"customValidationMessage": "",
"validation": {
"numeric": true
},
"attributes": [],
"data": {
"maxlength": null
}
},
{
"name": "Money",
"id": "Form_TestForm_Money",
"type": "text",
"schemaType": "Text",
"component": null,
"holderId": "Form_TestForm_Money_Holder",
"title": "Money",
"source": null,
"extraClass": "currency text",
"description": null,
"rightTitle": null,
"leftTitle": null,
"readOnly": false,
"disabled": false,
"autoFocus": false,
"customValidationMessage": "",
"validation": {
"currency": true
},
"attributes": [],
"data": {
"maxlength": null
}
},
{
"name": "SecurityID",
"id": "Form_TestForm_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": "",
"validation": [],
"attributes": [],
"data": []
}
],
"actions": []
}