Changes between Version 20 and Version 21 of AJAX/Dojo/RefactoredFormSubmit
- Timestamp:
- Feb 16, 2007, 8:26:51 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX/Dojo/RefactoredFormSubmit
v20 v21 11 11 12 12 The following article is describing a step-by-step recipe inspired from [wiki:AjaxDojoFormSub] and from [http://www.b-list.org/weblog/2006/07/31/django-tips-simple-ajax-example-part-1 this tutorial] for 13 validating a form with Dojo and the Django newforms API.13 validating a form with Dojo and the Django newforms library. 14 14 15 15 ''My initial objective was to display validation errors without doing a page-refresh, while using … … 150 150 151 151 * [http://cheeseshop.python.org/pypi/python-cjson/ python-cjson] 152 * [http://www.djangoproject.com/documentation/newforms/ The newforms library] 152 153 * [http://dojotoolkit.org/ Dojo, the Javascript Toolkit] 153 154 * [http://dojotoolkit.org/api/ Dojo API Reference]