Changes between Version 1 and Version 2 of AjaxDjangoDojoForm
- Timestamp:
- Jun 5, 2006, 6:44:11 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDjangoDojoForm
v1 v2 1 1 '''Ajax form submition using Dojo for the client side JavaScript library, and SimpleJson for the client/server communication.''' 2 2 3 As others i was hearing more and more about Ajax, didn't know what it was nor what it does. 4 When i realised it was using JavaScript, it first surprised me since i thought JS was evil. Anyway, now i changed my mind, and i will take you throught all the steps recquired to get started and to develop a handy form submition without reload. 3 This will take you through all the steps required to get started and to develop a handy form submittion without reload. 5 4 6 5