Changes between Version 4 and Version 5 of AJAX/Dojo/RefactoredFormSubmit
- Timestamp:
- Feb 11, 2007, 9:18:01 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX/Dojo/RefactoredFormSubmit
v4 v5 31 31 32 32 33 Then, we should definitely try to explain the client side: 33 We could try to arrange the client code to fit into one, unportable template chunk, however it's 34 usually best to split the work in smaller pieces, at least for being nice to the maintainers (You). :-) 34 35 35 [...] 36 So let's move on in writing our own Dojo template, where we will make an abstraction of all our applied 37 Dojo concepts: 38 39 [dojo template here...] 40 41 Then let's push forward and write down the core JS file, for doing AJAX-related things: 42 43 [ajax-related things here...] 44 45 46 47 48 49 50 51 52 53 36 54 37 55