bootstrap-application-wizard icon indicating copy to clipboard operation
bootstrap-application-wizard copied to clipboard

Re-implement no-modal in bootstrap 3?

Open amoffat opened this issue 11 years ago • 2 comments

@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.

amoffat avatar Dec 07 '13 01:12 amoffat

So I take it by this that the BS3 implementation does NOT support the Wizard in anything other than a Modal?

Joyrex avatar Jul 15 '14 20:07 Joyrex

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!

RobTrehy avatar Jun 29 '15 12:06 RobTrehy