cancel
Showing results for 
Search instead for 
Did you mean: 

How to change text of button in wizards?

Former Member
0 Kudos

hi,

In wizards instead of step 1, step 2 for button label i want to change that to someother text.. how will i acheive this??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

got solution for this requirement.. if v use invalidate method we wil be getting step1, step2 by default.. so i have used nextstep() and added a button with custom text

Answers (2)

Answers (2)

karthikarjun
Active Contributor
0 Kudos
saurabh_vakil
Active Contributor
0 Kudos

You can set the text in the title property of the WizardStep as below:


<WizardStep id="ProductTypeStep" title="Product Type" />

Refer this page for an example - SAPUI5 Explored