Changes between Version 12 and Version 13 of AJAX/Dojo/RefactoredFormSubmit
- Timestamp:
- Feb 11, 2007, 11:01:53 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX/Dojo/RefactoredFormSubmit
v12 v13 108 108 }}} 109 109 110 Notice the removal of the {{formNode}} parameter for {{postContent}}, and the 111 use of {{dojo.io.encodeForm}} to parse/encode the form data into 110 Notice the absence of the {{{formNode}}} param for {{{postContent}}}, and the presence of {{{dojo.io.encodeForm}}} to parse/encode the form data into 112 111 a proper format. That is all required for having the {{{XMLHTTPRequest}}} 113 112 object handled by the Dojo toolkit. … … 133 132 === References === 134 133 135 * blah 134 * [http://cheeseshop.python.org/pypi/python-cjson python-cjson] 135 * [http://www.w3.org/TR/html401/ HTML 4.01 Specification] 136 136 137 137 138