8000 GitHub - selimtan/giana-forms: Giana forms contains json based spesifications for generating automatic forms.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

selimtan/giana-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giana Forms

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

Simple Form Sample

 {
   "type": "textbox",
    "key": "",
    "label": "",
    "required": false,
    "autocomplete": false,
    "spellcheck": false,
    "maxlength": 70,
    "tabindex": 0,
    "order": 1
}

About

Giana forms contains json based spesifications for generating automatic forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0