- Source:
Classes
Type Definitions
-
WizardOptions
-
- Source:
Properties:
Name Type Argument Default Description templatefunction <optional>
Overrides the default template
columnClassstring <optional>
span12 Overrides the default columnClass
stringsWizardStrings Strings for the wizard
stepsArray.<WizardStep> Steps for the wizard
renderOptionsobject <optional>
Additional options passed to the template
-
WizardStep
-
- Source:
Properties:
Name Type Argument Description classstring The CSS class applied to the step
activeboolean <optional>
Denotes the active step. Should be set to true for the first step of the wizard
constructorBackbone.View Constructor function for the step's view
optionsobject <optional>
Options passed to the constructor
-
WizardStrings
-
- Source:
Properties:
Name Type Description laststring String displayed on the wizard's finish button
nextstring String displayed on the wizard's next button
prevstring String displayed on the wizard's previous button