Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Auto show not working correctly #102

Open
snipiba opened this issue Jan 26, 2015 · 1 comment
Open

Auto show not working correctly #102

snipiba opened this issue Jan 26, 2015 · 1 comment

Comments

@snipiba
Copy link

snipiba commented Jan 26, 2015

When options is set to open automatically (open: true), then wizard is openned in modal but no card initialized. Is needed to set some class or attribute to define first card, or?

@anagio
Copy link

anagio commented Jul 31, 2016

@snipiba as a work around to show the wizard when the page loads, you may use the function wizard.show(); after the wizard is initialized, from the demo an example is

            var wizard = $('#satellite-wizard').wizard({
                keyboard : false,
                contentHeight : 400,
                contentWidth : 700,
                backdrop: 'static'
            });

            wizard.show();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants