- The Book of Dojo
- The Dojo Book, 0.4
- Part 1: "Introduction"
- Part 2: "Out of the Box" Dojo
- Part 3: "The Dojo Programming Model"
- Part 4: "More on Widgets"
- Part 5: "Connecting the pieces"
- Part 6: "Customizing Dojo Builds for Better Performance"
- Part 7: "Utilities"
- Part 8: "Internationalization and Accessiblity"
- Part 9: "Dojo Community"
- Part 10: "Fresh From The Shed" Dojo
- BookWriting
- Glossary
Forms
Submitted by Carla on Tue, 12/12/2006 - 01:16.
Dojo has a number of facilities for dealing with HTML forms:
- Form Bind - sets things up so that whenever the user hits the submit button, rather than submitting the form in the usual way, and refreshing the entire page, the contents are sent over xmlhttp (or any transport), and then the results are passed to the given callback.
-
dojo.validate.check - validates a form based on a given profile
-
form widgets - there are many form widgets that will validate/correct user input, and also make it easier to input data by (for example) providing a graphical datepicker rather than requiring users to enter a date as a series of number
