Skip to content

seokjunS/TabWizard.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TabWizard.js

Bootstrap extended tab wizard

Options:

  1. tabs
  • Array of tab element's id string
  1. progressBar
  • Progress bar's id string
  1. prevButton
  • Previous button's id string
  1. nextButton
  • Next button's id string

Restriction:

Corresponding tab panel's id should be same as tab's id without "-tab".
For example, if tab's id is "hello-tab", corresponding tab panel's id should be "haha"

Examples:

tabWizard = $("#new-form").TabWizard({
  tabs: ['experiment-panel-tab', 'option-panel-tab', 'input-panel-tab', 'launch-panel-tab'],
  progressBar: "progress-bar",
  prevButton: "prev-button",
  nextButton: "next-button"
});

About

TabWizard for javascript.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors