cancel
Showing results for 
Search instead for 
Did you mean: 

help needed to create Roadmap

Former Member
0 Kudos

Hi,

I need to create a roadmap in this way

first -> second -> third -> fourth.

When accessing the first view the first step in the above roadmap ahould be highlighted and when sec view the sec one should be highlighted.. Is this possible. If so pls give me brief steps of how to do this. Thanks!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Search the forum for "RoadMap".

Armin

Former Member
0 Kudos

Hi Pankaj,

You can do this by binding the "selectedStep" property of the RoadMap UIElement to a contextAttribute .

Ex :

1. create a attribute step of type String.

2. Bind theRoadmap "selectedStep" property to above attribute

3. In the code you can set the value to a specific step as follows

wdCOntext.currentContextElement().setStep("<<RoadMapStepID>>");

where RaodMapStepID is the ID of the roadmap step.

Regards,Anilkumar