Lightweight controller library for JavaScript.
Go to file
2011-01-24 13:09:55 -08:00
.gitignore Added gitignore for textmate project 2011-01-23 13:30:07 -08:00
controller.boolean.js Functional boolean, function and string controllers. 2011-01-24 13:28:13 -07:00
controller.function.js Functional boolean, function and string controllers. 2011-01-24 13:28:13 -07:00
controller.js Added initial values for NumberController and StringController 2011-01-24 13:09:55 -08:00
controller.number.js Added initial values for NumberController and StringController 2011-01-24 13:09:55 -08:00
controller.string.js Added initial values for NumberController and StringController 2011-01-24 13:09:55 -08:00
demo.css Added dummy classes for TODO controllers and updated demo/gui css 2011-01-24 03:36:57 -07:00
demo.html Functional string and boolean controllers. 2011-01-24 13:11:19 -07:00
gui-bare.css Added gui-bare.css and split controllers into seperate files. 2011-01-24 12:38:52 -07:00
gui.css Added dummy classes for TODO controllers and updated demo/gui css 2011-01-24 03:36:57 -07:00
gui.js Functional string and boolean controllers. 2011-01-24 13:11:19 -07:00
README Began gui.css 2011-01-23 16:43:02 -07:00

GUI-DAT is a controller library for JavaScript.
Refer to https://gist.github.com/792496 for basic usage.