Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/widget/Wizard.js

  • Provides:

    • dojox.widget.Wizard
  • Requires:

    • dijit.layout.StackContainer in common
    • dijit.layout.ContentPane in common
    • dijit.form.Button in common
    • dojo.i18n in common
  • dojox.widget.Wizard

    • type
      Function
    • chains:
      • dijit.layout.StackContainer: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit.layout.StackContainer: (call)
      • dijit._Templated: (call)
    • summary
      A set of panels that display sequentially, typically notating a step-by-step
      procedure like an install
  • dojox.widget.Wizard.widgetsInTemplate

    • type
      Object
  • dojox.widget.Wizard.templateString

    • type
      Object
  • dojox.widget.Wizard.nextButtonLabel

    • type
      String
    • summary
      Label override for the "Next" button.
  • dojox.widget.Wizard.previousButtonLabel

    • type
      String
    • summary
      Label override for the "Previous" button.
  • dojox.widget.Wizard.cancelButtonLabel

    • type
      String
    • summary
      Label override for the "Cancel" button.
  • dojox.widget.Wizard.doneButtonLabel

    • type
      String
    • summary
      Label override for the "Done" button.
  • dojox.widget.Wizard.cancelFunction

    • type
      Function|String
    • summary
      Name of function to call if user presses cancel button.
      Cancel button is not displayed if function is not specified.
  • dojox.widget.Wizard.hideDisabled

    • type
      Boolean
    • summary
      If true, disabled buttons are hidden; otherwise, they are assigned the
      "WizardButtonDisabled" CSS class
  • dojox.widget.Wizard.postMixInProperties

    • type
      Function
  • dojox.widget.Wizard.startup

    • type
      Function
  • dojox.widget.Wizard.cancelButton.domNode.style.display

    • type
      String
  • dojox.widget.Wizard._subscription

    • type
      Object
  • dojox.widget.Wizard._started

    • type
      Object
  • dojox.widget.Wizard.resize

    • type
      Function
  • dojox.widget.Wizard._checkButtons

    • type
      Function
  • dojox.widget.Wizard.selectedChildWidget

  • dojox.widget.Wizard.selectedChildWidget.isLastChild

  • dojox.widget.Wizard.doneButton.domNode.style.display

    • type
      String
  • dojox.widget.Wizard.nextButton.domNode.style.display

    • type
      String
  • dojox.widget.Wizard._setButtonClass

    • parameters:
      • button
    • type
      Function
  • dojox.widget.Wizard._forward

    • summary
      callback when next button is clicked
    • type
      Function
  • dojox.widget.Wizard.done

    • summary
      Finish the wizard's operation
    • type
      Function
  • dojox.widget.Wizard.destroy

    • type
      Function
  • dojox.widget.WizardPane

    • type
      Function
    • chains:
      • dijit.layout.ContentPane: (prototype)
      • dijit.layout.ContentPane: (call)
    • summary
      A panel in a <code>dojox.widget.Wizard</code>
    • description
      An extended ContentPane with additional hooks for passing named
      functions to prevent the pane from going either forward or
      backwards.
  • dojox.widget.WizardPane.canGoBack

    • type
      Boolean
    • summary
      If true, then can move back to a previous panel (by clicking the &quot;Previous&quot; button)
  • dojox.widget.WizardPane.passFunction

    • type
      String
    • summary
      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)
  • dojox.widget.WizardPane.doneFunction

    • type
      String
    • summary
      Name of function that is run if you press the &quot;Done&quot; button from this panel
  • dojox.widget.WizardPane.startup

    • type
      Function
  • dojox.widget.WizardPane._onShow

    • type
      Function
  • dojox.widget.WizardPane._checkPass

    • returns
      Boolean
    • summary
      Called when the user presses the &quot;next&quot; 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
    • type
      Function
  • dojox.widget.WizardPane.done

    • type
      Function
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object