Changing the colors on a step wizard component as the status enum changes.

0
Hi Guys Im using the mendix step wizard and it is working well, I just cant get it to change colors on the step component as i change the status enum. What am i doing wrong? Regards, Patrick
asked
1 answers
3

See the documentation for this widget.

Step 7 from section 'Implementation', the microflow fetching the step list should set the normal, active and visited steps with respect to the current situation, ie: once you are in step 2, step 1 should have the visited status, the current step 2 should have the active status and any next steps should have the normal status. Use a loop inside the microflow to walk over the wizard steps.

Let me know if this helped you.

answered