Function
Form manager's mixin for getting/setting form values in the unified manner.
This mixin adds unified access to form widgets and form elements in terms of name-value regardless of the underlying type of an element. It should be used together with dojox.form.manager.Mixin.
Function
The name.
Optional. The value to set.
Set or get a form widget/element or an attached point node by name.
Object
Function
If it is an array, it is a list of names of form elements to be collected. If it is an object, dictionary keys are names to be collected. If it is omitted, all known form elements are to be collected.
Collect form values.
Object
Function
A dictionary of key-value pairs.
Set values to form elements
Object
Object
Object