VinceG / twitter-bootstrap-wizard

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.
MIT License
1.39k stars 676 forks source link

"Finish" button logic should be part of core wizard logic #97

Closed stefann42 closed 10 years ago

stefann42 commented 10 years ago

You can implement a Finish button today as shown by basic-finishbutton.html example but you have to write logic on top of the core wizard. This is a core scenario so let's move logic inside.