0
votes

I am using the wizard control and i was trying to modify the text in the button for the next step also add some buttons inline with it. I have a screenshot here of what it currently by default looks like and what i wanted to achieve.

Current:

enter image description here

Target:

enter image description here

Can you guys please help me how to achieve this?

1
Below link has a workaround stackoverflow.com/questions/45097994/…Vivek Kumar
Possible duplicate of Change WizardStep button textJagger

1 Answers

2
votes

I asked a friend who did something like that. Ha just deactivated the button (using showNextButton="false") and made one himself.

Making a customized Button will solve your problem for sure.

Your custom buttons should have a controller function that changes the steps of the wizard. this.getView().byId("wizID").nextStep()