clu3 / bootstro.js

Tiny JS library using bootstrap's popovers to help guide your users around your website
http://clu3.github.io/bootstro.js/
MIT License
1.33k stars 235 forks source link

Remove next step button for a specific step #21

Closed ilgazaydin closed 11 years ago

ilgazaydin commented 11 years ago

Hi, I'm using bootstro for making a tutorial of a web application and I want to make it a little bit interactive. So I assigned bootstro.next() function to some buttons and I want users pass these steps by only using these buttons, not the "next step" button. So I need to remove them in some steps. Is it possible to do this?

Thanks.

ilgazaydin commented 11 years ago

I solved my issue by adding data-bootstro-nav option and passing its value to add_nav_btn function. By checking its value, I can remove navigation buttons in specific steps.

clu3 commented 11 years ago

ok, thanks

clu3 commented 11 years ago

so it's closed now i guess? @mokopoko