dojo.formToObject
<script src="../../js/dojo.js"></script>
defined in dojo/_base/xhr.js
yields this object structure as the result of a call to formToObject():
{
blah: "blah",
multi: [
"thud",
"thonk"
]
};
This form:
parameter | type | description |
---|---|---|
formNode | DOMNode|String |