Skip to content

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.

Notifications You must be signed in to change notification settings

pappfer/twitter-bootstrap-wizard

 
 

Repository files navigation

Twitter Bootstrap Wizard

This Twitter Bootstrap plugin builds a wizard using a formatted tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.

Website & Demo

Key Default Description
tabClass nav nav-pills ul navigation class
nextSelector .wizard li.next next element selector
previousSelector .wizard li.previous previous element selector
firstSelector .wizard li.first first element selector
lastSelector .wizard li.last last element selector
onInit null Fired when plugin is initialized
onShow null Fired when plugin data is shown
onNext null Fired when next button is clicked (return false to disable moving to the next step)
onPrevious null Fired when previous button is clicked (return false to disable moving to the previous step)
onFirst null Fired when first button is clicked (return false to disable moving to the first step)
onLast null Fired when last button is clicked (return false to disable moving to the last step)
onTabClick null Fired when a tab is clicked (return false to disable moving to that tab and showing it's contents)
onTabShow null Fired when a tab content is shown (return false to disable showing that tab content)

© Vadim Vincent Gabriel 2012

About

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published