Changes between Version 22 and Version 23 of AJAX/Dojo/RefactoredFormSubmit
- Timestamp:
- Apr 14, 2008, 6:38:36 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX/Dojo/RefactoredFormSubmit
v22 v23 4 4 === Synopsis === 5 5 6 A simple recipe for validating a form with AJAX. 7 6 Here's a simple recipe for rolling your own server-validated form widget 7 with Dojo. 8 8 9 === Introduction === 9 10 … … 75 76 and then remove the implied ("baked") modules from the list of required modules above. 76 77 77 === Form validati ngwith dojo.io.bind ===78 === Form validation with dojo.io.bind === 78 79 79 80 Let's complete our application by writing down the core JS file, 80 for doing some-cute-AJAX-related-things-with-Dojo :81 for doing some-cute-AJAX-related-things-with-Dojo (tm): 81 82 82 83 ajax.js: … … 175 176 === Author === 176 177 177 Etienne Robillard <erob@cpan.org> 178 179 178 Etienne Robillard <robillard.etienne (at) gmail.com> 180 179 181 180