Class: BootstrapWizard

BootstrapWizard

A wizard with bootstrap feedback

Constructor

new BootstrapWizard(options)

Constructor
Parameters:
Name Type Description
options object
Source:

Extends

Methods

resetForm() → {Wizard}

Reset the form
Inherited From:
Source:
Returns:
Type
Wizard

resetNavValidation() → {Wizard}

Reset nav validation
Inherited From:
Source:
Returns:
Type
Wizard

slideToggleForm(state) → {Wizard}

Toggle wizard components
Parameters:
Name Type Description
state boolean
Inherited From:
Source:
Returns:
Type
Wizard

toggleForm(state) → {Wizard}

Toggle wizard components
Parameters:
Name Type Description
state boolean
Inherited From:
Source:
Returns:
Type
Wizard

toggleNextButton(state) → {Wizard}

Toggle the next button
Parameters:
Name Type Description
state boolean
Inherited From:
Source:
Returns:
Type
Wizard

togglePreviousButton(state) → {Wizard}

Toggle the previous button
Parameters:
Name Type Description
state boolean
Inherited From:
Source:
Returns:
Type
Wizard

toggleSubmitButton(state) → {Wizard}

Toggle the submit button
Parameters:
Name Type Description
state boolean
Inherited From:
Source:
Returns:
Type
Wizard

validateAllTabs() → {boolean}

Validate all tabs
Inherited From:
Source:
Returns:
Type
boolean

validateCurrentTab() → {boolean}

Validate the current tab
Inherited From:
Source:
Returns:
Type
boolean

validateNextTab() → {boolean}

Validate the next tab
Inherited From:
Source:
Returns:
Type
boolean

validatePreviousTab() → {boolean}

Validate the previous tab
Inherited From:
Source:
Returns:
Type
boolean

validateTab($tab) → {boolean}

Validate a tab
Parameters:
Name Type Description
$tab jQuery
Inherited From:
Source:
Returns:
Type
boolean