Giana forms contains json based spesifications for generating automatic forms.
This form spesification contains following controls spesifications;
Property | Description |
---|---|
Button | Button control spesification for giana forms |
Datebox | Date control spesification for giana forms |
Datasource | Data source spesification for giana forms |
Dropdown | Dropdown control spesification for giana forms |
Form | Form spesification for giana forms |
Grid | Grid control spesification for giana forms |
Menu | Menu control spesification for giana forms |
Popup | Popup dialog control spesification for giana forms |
TabPanel | Tabpanel control spesification for giana forms |
TextArea | Text area control spesification for giana forms |
Textbox | Textbox control spesification for giana forms |
TextEditor | Text editor spesification for giana forms |
Title | Title control spesification for giana forms |
Tree | Tree control spesification for giana forms |
Switch | Switch control spesification for giana forms |
uuid | Uuid control spesification for giana forms |
{
"type": "textbox",
"key": "",
"label": "",
"required": false,
"autocomplete": false,
"spellcheck": false,
"maxlength": 70,
"tabindex": 0,
"order": 1
}