Function
Mixin to orchestrate dynamic forms (works with DOM nodes).
This mixin provideas a foundation for an enhanced form functionality: unified access to individual form elements, unified "onchange" event processing, and general event processing. It complements dojox.form.manager._Mixin extending the functionality to DOM nodes.
Function
Called when the widget is being destroyed
Function
A node, or its id
Register a node with the form manager
Object: Returns self
Function
Name of the to unregister
Removes the node by name from internal tables unregistering connected observers
Object: Returns self
Function
A widget, or its widgetId, or its DOM node
Register node's descendants (form nodes) with the form manager
Object: Returns self
Function
A widget, or its widgetId, or its DOM node
Unregister node's descendants (form nodes) with the form manager
Object: Returns self
Function
Form element's name, DOM node, or array or radio nodes.
Optional. The value to set.
Set or get a form element by name.
Object: For a getter it returns the value, for a setter it returns self. If the elem is not valid, null will be returned.
Object|self|String
Function
A function to be called on a form element. Takes three arguments: a name, a node or an array of nodes, and a supplied value. Runs in the context of the form manager. Returns a value that will be collected and returned as a state.
Optional. If a name-value dictionary --- only listed names will be processed. If an array, all names in the array will be processed with defaultValue. If omitted or null, all form elements will be processed with defaultValue.
Optional. The default state (true, if omitted).
Run an inspector function on controlled form elements returning a result object.
Object
Function
Function
Function
Object
Object
Object