Function
A set of panels that display sequentially, typically notating a step-by-step procedure like an install
String
Label override for the "Next" button.
String
Label override for the "Previous" button.
String
Label override for the "Cancel" button.
String
Label override for the "Done" button.
Function|String
Name of function to call if user presses cancel button. Cancel button is not displayed if function is not specified.
Boolean
If true, disabled buttons are hidden; otherwise, they are assigned the "WizardButtonDisabled" CSS class
Function
Function
Function
Function
Function
Function
callback when next button is clicked
Function
Finish the wizard's operation
Function
Function
A panel in a `dojox.widget.Wizard`
An extended ContentPane with additional hooks for passing named functions to prevent the pane from going either forward or backwards.
Boolean
If true, then can move back to a previous panel (by clicking the "Previous" button)
String
Name of function that checks if it's OK to advance to the next panel. If it's not OK (for example, mandatory field hasn't been entered), then returns an error message (String) explaining the reason. Can return null (pass) or a Boolean (true == pass)
String
Name of function that is run if you press the "Done" button from this panel
Function
Function
Function
Called when the user presses the "next" button. Calls passFunction to see if it's OK to advance to next panel, and if it isn't, then display error. Returns true to advance, false to not advance. If passFunction returns a string, it is assumed to be a custom error message, and is alert()'ed
Boolean
Function
Object
Object