Changes between Version 4 and Version 5 of AJAX/Dojo/RefactoredFormSubmit


Ignore:
Timestamp:
Feb 11, 2007, 9:18:01 AM (17 years ago)
Author:
erob@…
Comment:

fast! push the client side!

Legend:

Unmodified
Added
Removed
Modified
  • AJAX/Dojo/RefactoredFormSubmit

    v4 v5  
    3131
    3232
    33 Then, we should definitely try to explain the client side:
     33We could try to arrange the client code to fit into one, unportable template chunk, however it's
     34usually best to split the work in smaller pieces, at least for being nice to the maintainers (You). :-)
    3435
    35 [...]
     36So let's move on in writing our own Dojo template, where we will make an abstraction of all our applied
     37Dojo concepts:
     38
     39[dojo template here...]
     40
     41Then 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 
    3654
    3755
Back to Top