forked from vanpelt/jsawesome
-
Notifications
You must be signed in to change notification settings - Fork 0
Awesome JSON
License
shitaiyanliang1994/jsawesome
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Jsawesome
Description:
JSAwesome provides a powerful JSON based DSL for creating interactive forms.
Example:
new JSAwesome('rad', [['cool','neat'], ['^neat',true]], {'cool':{label:'Cool man', validation:'cool'}).to_html()
=>
<label for="rad_cool">Cool man</label>
<input type="text" name="rad_cool" value="neat"/>
<label for="rad_neat"><input type="checkbox" name="rad_neat" checked="checked"/> Neat</label>
A detailed overview of the library is now available at
http://vandev.com/2008/4/22/jsawesome
Also see the functional tests for more examples of what is possible
More information:
http://github.com/vanpelt/jsawesome/tree/master
Author:
Chris Van Pelt, [email protected]About
Awesome JSON
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 92.9%
- Ruby 7.1%