cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding using RoadMap UI Element

Former Member
0 Kudos

Hi All

In one of my demo application, I have created one viewset with two view areas (grid layout 2 rows). On the top area I placed the view with an RoadMap element. In the bottom area I am placing all my trasaction step views. If I navigate between the transaction views by next and previous buttons on them, how will I update the selected step in the RoadMap element? Programatically I need to get hold of the RoadMap state elements so that I can change their property to selected in the implementations of the button actions.

Will appreciate your help... Thanks in advance

regards

Shubhadip

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Bind the property "selectedStep" (which contains the ID of the selected RoadMapStep element) to a context attribute of type "String".

Then you can change the selected step from within your view controller.

Armin

Former Member
0 Kudos

Hi Armin

it worked. Thanks for the help.

cheers

Shubhadip