Changes between Version 16 and Version 17 of AjaxDjangoDojoForm
- Timestamp:
- Jun 6, 2006, 10:00:06 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDjangoDojoForm
v16 v17 1 1 '''Ajax form submition using Dojo for the client side javaScript toolkit, and simpleJson for the client/server communication.''' 2 2 3 === foo === 3 4 4 5 This will take you through all the steps required to get started and to develop a handy form submittion without reload.