bootstrap-application-wizard
bootstrap-application-wizard copied to clipboard
Re-implement no-modal in bootstrap 3?
@che-burashco since you are the guy who introduced the feature, what are your thoughts on how easy this would be? If it's tricky, we can wait and add it later after the bootstrap 3 branch lands.
So I take it by this that the BS3 implementation does NOT support the Wizard in anything other than a Modal?
Hacked method, not the neatest but works:
bootstrap-wizard.js -
LINE 377 becomes:
'<div class="wizard">', // Remove modal and fade classes
LINE 420 becomes:
backdrop: false, // Or set through options
Fairly sure they were the only two changes I made!