Function
Mixin for containers of form widgets (i.e. widgets that represent a single value and can be children of a <form> node or dijit.form.Form widget)
Function
Function
returns if the form is valid - same as isValid - but provides a few additional (ui-specific) features. 1 - it will highlight any sub-widgets that are not valid 2 - it will call focus() on the first invalid sub-widget
Function
Function
like "continue"
Function
Function
Returns Object representing form values. See description of `value` for details.
like "continue"
Function
Returns true if all of the widgets are valid. Deprecated, will be removed in 2.0. Use get("state") instead.
Function
Stub function to connect to if you want to do something (like disable/enable a submit button) when the valid state changes on the form as a whole. Deprecated. Will be removed in 2.0. Use watch("state", ...) instead.
Function
Compute what this.state should be based on state of children
Function
Remove connections to monitor changes to children's value, error state, and disabled state, in order to update Form.value and Form.state.
Function
Setup connections to monitor changes to children's value, error state, and disabled state, in order to update Form.value and Form.state. You can call this function directly, ex. in the event that you programmatically add a widget to the form *after* the form has been initialized.
Function
Function
Object
Object