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
commit 92bc59717195a6b6eebdf4b9bfde1c3ac5d90c0c
tree d586c415924f1d6918e5977b95c029fe1e85d755
parent 52bd2632ccf8b109d5b5d774d547bfd12664bfd3
tree d586c415924f1d6918e5977b95c029fe1e85d755
parent 52bd2632ccf8b109d5b5d774d547bfd12664bfd3
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 09 01:24:37 -0700 2008 | |
| |
History.txt | Wed Apr 09 01:24:37 -0700 2008 | |
| |
License.txt | Sun Feb 24 18:08:18 -0800 2008 | |
| |
README.txt | Tue Apr 22 02:34:30 -0700 2008 | |
| |
Rakefile | Thu May 29 13:11:32 -0700 2008 | |
| |
config/ | Sun Feb 24 18:08:18 -0800 2008 | |
| |
lib/ | Sun Feb 24 18:08:18 -0800 2008 | |
| |
script/ | Sun Feb 24 18:08:18 -0800 2008 | |
| |
src/ | Thu May 29 13:11:32 -0700 2008 | |
| |
tasks/ | Sun Feb 24 18:08:18 -0800 2008 | |
| |
test/ | Thu May 29 13:11:32 -0700 2008 |
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






