cancel
Showing results for 
Search instead for 
Did you mean: 

highlight one of the steps of my roadmap programmetically

former_member224404
Active Participant
0 Kudos

hi everybody,

I have a roadmap of MultipleRoadmapSteps. I want to highlight one of the steps

programmatically. Can anyone send me some sample code for that?

Waiting for valuable replies..

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member224404
Active Participant
0 Kudos

But as I am using multipleroadmapsteps, I don't know the ID of the steps . Can

u send me some code for this.

thomas_szcs
Active Contributor
0 Kudos

Hi Mainak,

It's the ID of the MultipleRoadmapStep. There are no sub ids. Inside the leadSelection is used.

Best regards,

Thomas

thomas_szcs
Active Contributor
0 Kudos

Hi Mainak,

You can use the leadSelection of the node to which the MultipleRoadmapStep binds to to highlight an entry. In addition you need to set the selectedStep property at the RoadMap to mark this specific MultipleRoadmapStep as the one for which the highlighting should be done.

Best regards,

Thomas