Changes between Version 28 and Version 29 of AjaxDjangoDojoForm


Ignore:
Timestamp:
Jun 7, 2006, 4:09:30 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxDjangoDojoForm

    v28 v29  
    77#!html
    88Part 1 <br/> <a href="#P1">Ajax basic form submission, Django server answers Ajax call.</a><br/>
    9 Part 2 <br/><a href="#P2">Handling the form when JavaScript is deactivated.</a>
     9Part 2 <br/><a href="#P2">Handling the form when JavaScript is deactivated.</a><br/>
    1010Part 3 <br/><a href="#P3">Fixing the froze fading when user resend the form without waiting for the first fading to end.</a>
    1111}}}
Back to Top