Giter Site home page Giter Site logo

Comments (3)

adamkearsley avatar adamkearsley commented on May 26, 2024

Ok so... if anyone is interested...

I managed to add a little code to hide a specific card(s)

disableCard: function(card, i) {
this.log("hiding card " + i);
this._cards[i].disable();
this.hideSubmitCards();
this.el.find('#'+card+' input').removeAttr("data-validate");
// this.find('input').removeAttr("data-validate");
return this;
},

now you can just use
disableCard('mycard', 3);

mycard being the ID of the card, and 3 being the 3rd card.

I passed the id of the card so tat i can remove the validation and skip the card.

I havent added this to anything but my own project, might come in handy for others though.

from bootstrap-application-wizard.

gjrtimmer avatar gjrtimmer commented on May 26, 2024

What would be the reason to have 1 wizard with 3, and only use 1 specific card at the time, why not simply using 3 smaller wizards. That way you also have a separation of concern within you modal view ?

Marked as won't fix.

Issue will be reopened based upon the reason why it would be important / handy to have 1 wizard with 3 cards each one acting separate like an independent wizard.

from bootstrap-application-wizard.

ilpapabuono avatar ilpapabuono commented on May 26, 2024

In my example, I've a 4-step (n-step potentially) wizard generator of a complex article code. There are some cases where some condition at the "m" step would cause the process to stop and skip to the end. A such hiding (better disabling) mechanism would be useful...

from bootstrap-application-wizard.

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.