PHP Classes

File: Tests/conf/form-builder-setup.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP GUI Builder   Tests/conf/form-builder-setup.json   Download  
File: Tests/conf/form-builder-setup.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP GUI Builder
Generate HTML based UI from component classes
Author: By
Last change:
Date: 3 years ago
Size: 507 bytes
 

Contents

Class file image Download
{ "id": { "type": "integer" }, "title": { "type": "string", "title": "some title" }, "description": { "type": "string", "title": "some description", "control": "textarea" }, "type": { "type": "integer", "title": "some select title", "items": { "1": "1", "2": "2" } }, "avatar": { "type": "file", "title": "avatar" }, "creation_date": { "type": "date", "title": "date" }, "invisible_field":{ "type": "string", "title": "invisible field", "visible": 0 } }