mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
304 stars 164 forks source link

setting properties programatically #56

Closed TPucke closed 10 years ago

TPucke commented 10 years ago

There does not appear to be a public method for setting smartWizard properties after initialization. I would like to modify properties (e.g. labelNext) depending on the current step in my wizard. Might this justify a new method in the api?
I tried using the following code with no apparent change: $( "#wizard" ).smartWizard( { labelNext: 'Confirm' } );

mstratman commented 10 years ago

Closing as a duplicate of #58 (technically this is the first, but there's a more thorough discussion on that thread).