dojo/dom-form¶
| Project owner: | Eugene Lazutkin |
|---|---|
| since: | V1.7 |
Contents
This module defines form-processing functions. The convention for the return variable for this module is domForm.
Features¶
AMD Features¶
-
Serialize a form field to a JavaScript object.
-
Serialize a form node to a JavaScript object.
-
Returns a URL-encoded string representing the form passed as either a node or string ID identifying the form to serialize.
-
Create a serialized JSON string from a form node or string ID identifying the form to serialize.
Legacy features are set in dojo/_base/xhr.