This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Chris Van Pelt (author)
Thu May 29 13:11:32 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 09 01:24:37 -0700 2008 | [vanpelt] |
| |
History.txt | Wed Apr 09 01:24:37 -0700 2008 | [vanpelt] |
| |
License.txt | Sun Feb 24 18:08:18 -0800 2008 | [vanpelt] |
| |
README.txt | Tue Apr 22 02:34:30 -0700 2008 | [vanpelt] |
| |
Rakefile | Thu May 29 13:11:32 -0700 2008 | [Chris Van Pelt] |
| |
config/ | Sun Feb 24 18:08:18 -0800 2008 | [vanpelt] |
| |
lib/ | Sun Feb 24 18:08:18 -0800 2008 | [vanpelt] |
| |
script/ | Sun Feb 24 18:08:18 -0800 2008 | [vanpelt] |
| |
src/ | Thu May 29 13:11:32 -0700 2008 | [Chris Van Pelt] |
| |
tasks/ | Sun Feb 24 18:08:18 -0800 2008 | [vanpelt] |
| |
test/ | Thu May 29 13:11:32 -0700 2008 | [Chris Van Pelt] |
README.txt
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, vanpelt@doloreslabs.com



