amoffat / bootstrap-application-wizard

MIT License
1.85k stars 388 forks source link

changing modal to 'optional' #54

Closed rodrimaia closed 10 years ago

rodrimaia commented 10 years ago

Now you can use wizard inline in your page, just pass the arg 'container' with the container for the wizard (together with the isModal : false ).

ghost commented 10 years ago

@rodrigomaia17 Hi, I'm trying to use this. But The wizard goes to the bottom of the page. It doesn't work properly. What do you mean by "pass the arg 'container' with the container for the wizard" ?

Thanks.

lgt commented 10 years ago

should be something like var option = { isModal: false, container: '.my_container', } var wizard = jQuery("#my-wizard").wizard(options);

and you have to use @rodrigomaia17 's commit. However does not work with Bootstrap3

gjrtimmer commented 10 years ago

Closed while awaiting test results.