cancel
Showing results for 
Search instead for 
Did you mean: 

Road MAp element customization

Former Member
0 Kudos

I have 8 steps in my application.

All 8 are shown on the screen as road map.

I want to customize it as a way that only 4 are shown first and when I complete 4rth step I want the other 4 steps to be shown. Is there any way to do it?

experts your help is highly appreciated.

Message was edited by:

James B

James

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes It is possible.

What you need to do is to maintain the context structure so that all the properties in your roadmap steps are bound to the context attributes. Make sure you have an attribute in your context node for 'visible' property.

Now, initially, build your roadmap such that the steps 1-2-3-4 are visible and rest are invisible. (This can be done by means of a supply function or wherever you are creating the roadmap steps).

Next, once you reach the 4th step, in the event handler, set the attribute bound to visibility of the 4 elements corresponding to steps 5-6-7-8 to 'X'.

Hope this helps.

Regards,

Neha

Answers (0)