GithubHelp home page GithubHelp logo

Comments (6)

techlab avatar techlab commented on August 12, 2024

Thanks for the suggestion, it will be considered on future versions of Smart Wizard 4.

from jquery-smartwizard.

techlab avatar techlab commented on August 12, 2024

After analizing your requirement,
adding new steps dynamically would bring complications in to the functionality and coding.
For example, we may have to pass parameters for the step header and content for the new step etc.

So I preffered to make this functionality work in other ways with hidden steps.
So for example we could include a step (say 4) between steps 3 and 5 but it is completely hidden.

And when you want to show it, you can call the public method stepState like
$('#smartwizard').smartWizard("stepState", [4], "show");

and for hidng
$('#smartwizard').smartWizard("stepState", [4], "hide");

stepState is also support enable, disable functionality

Also the option parameter hiddenSteps: [] will set the steps hidden on inital load.

This feature is available form SmartWizard v4.1.1
Hope this will help you thank you

from jquery-smartwizard.

Chiloh avatar Chiloh commented on August 12, 2024

How can i add extra tabs because there are only four tabs by default ?

from jquery-smartwizard.

jithjob avatar jithjob commented on August 12, 2024

I have same requirement.

from jquery-smartwizard.

ivenms avatar ivenms commented on August 12, 2024

Same requirement for me as well. Depends on the selections, the total steps can be dynamic.

from jquery-smartwizard.

pedrovieira-zz avatar pedrovieira-zz commented on August 12, 2024

Same requirement here...

from jquery-smartwizard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.