cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize the 'Wizard' ??

former_member259572
Participant
0 Kudos

Good evening experts,

Hi i'm trying to build a project using 'Wizard',

but the next steps in the wizard are auto generated,

is there a way to customize the steps.. if there please help me.

or is there any alternate of 'Wizard' please help

this is the link the Explored : SAPUI5 Explored

for the refrerance..

Thank you,

Regards Farooq

Accepted Solutions (1)

Accepted Solutions (1)

deepak_sharma_sap
Active Participant
0 Kudos

https://openui5.hana.ondemand.com/explored.html#/sample/sap.tnt.sample.SideNavigation/preview

https://openui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.IconTabBarProcess/preview

Hi,

There are many options if you are trying to create a Process flow:

1. Icon Tab Bar(Add different fragments in each Icon Tab and add process flow buttons(Next , Previous , Cancel , Save) in footer)

2. Side Navigation(Add different fragment for each sub item and add process flow buttons in footer)

Thanks

former_member259572
Participant
0 Kudos

Thank you Deepak,

Is there any alternate soultion rather than Icon tool bar??

former_member259572
Participant
0 Kudos

Hi deepak good morning,

How to give the property of icon tool bar to the any button...

for instance you have shown a next button in the screen shot you have shared..... for that 'next' button how to the assign the properties of the tool bar

deepak_sharma_sap
Active Participant
0 Kudos

Hi,

I have implemented complete custom logic for that.

Lets say you have 2 buttons : Previous and Next

On Click of Previous : onPreviousBtnPressed

On Click on Next      : onNextBtnPressed

Create another function : changeTabs

Thanks

Deepak

former_member259572
Participant
0 Kudos

thank you Deepak i'll try it out

former_member259572
Participant
0 Kudos

Hi, Deepak I have tried it...... but the values of currentTab and key are showing undefined... have sent a screen shot please look into it....

thank you

deepak_sharma_sap
Active Participant
0 Kudos

Hi,

Can you try like below and check if its working , just at start of function changeTabs:

var current = oIconTabBar.getSelectedKey( );

if ( current = "Name of your IconTabBar Item") {

  Then go to the desired next tab

};

Thanks

Deepak

former_member259572
Participant
0 Kudos

Thank you Deepak.... Got the output... you were so much helpful

Regards,

Farooq

Answers (0)