28 filesupdated Jun 18, 2026
files11Download
./configJun 14, 2026./libJun 14, 2026./scriptJun 14, 2026./srcJun 14, 2026./tasksJun 14, 2026./testJun 14, 2026.gitignoreJun 14, 2026History.txtJun 14, 2026License.txtJun 14, 2026RakefileJun 14, 2026README.txtJun 18, 2026README
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