Module: js-whatever/js/wizard-custom

js-whatever/js/wizard-custom

Classes

WizardCustom

Type Definitions

WizardOptions

Properties:
Name Type Argument Default Description
template function <optional>

Overrides the default template

columnClass string <optional>
span12

Overrides the default columnClass

strings WizardStrings

Strings for the wizard

steps Array.<WizardStep>

Steps for the wizard

renderOptions object <optional>

Additional options passed to the template

Source:

WizardStep

Properties:
Name Type Argument Description
class string

The CSS class applied to the step

active boolean <optional>

Denotes the active step. Should be set to true for the first step of the wizard

constructor Backbone.View

Constructor function for the step's view

options object <optional>

Options passed to the constructor

Source:

WizardStrings

Properties:
Name Type Description
last string

String displayed on the wizard's finish button

next string

String displayed on the wizard's next button

prev string

String displayed on the wizard's previous button

Source:
Copyright 2013-2018 Micro Focus International plc. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.
Documentation generated by JSDoc 3.4.3 on Thu Jun 21st 18:04 2018 using the DocStrap template.