2

I am using following control to design a wizard in JQuery:

http://techlaboratory.net/smartwizard/documentation

By Default it shows three buttons (properties) labelNext, labelPrevious, labelFinish

As per requirement I would like to add another button So we can have buttons like

Previous, Next, Save, Save & Publish.

I see no option to add custom button

I want new button as below:

enter image description here

Cheers!

Dipu Raj
  • 1,784
  • 4
  • 29
  • 37
user2739418
  • 1,623
  • 5
  • 29
  • 51

2 Answers2

1

Download bellow zip file and use that js and css

Download Zip

Sagar Modi
  • 770
  • 2
  • 7
  • 29
  • which version it is? I need to run it on IE8 so only looking for version which required jquery 1.x. does it support custom buttons? – user2739418 Aug 12 '14 at 12:45
  • i haven't updated jquery, only edited jquery.smartWizard-2.0.min.js – Sagar Modi Aug 12 '14 at 12:47
  • It break my existing code. Not showing contents inside the tabs. I need something as below: Add new Label which should turn into button as other three buttons: labelNext: "Next", labelPrevious: "Previous", labelFinish: "Finish", labelSaveAndFinish: "SaveAndFinish", onLeaveStep: null, onShowStep: null, onFinish: null – user2739418 Aug 12 '14 at 13:05
0

The latest version have option to add more button to the toolbar. Here is the example Smart Wizard: Demo and the Smart Wizard: Documentaion

Dipu Raj
  • 1,784
  • 4
  • 29
  • 37