How to change the style of an element dynamically?

1
Hello, What is the best approach to change the style of the element dynamically in Mendix?  For example, I have a container and a button, after the user clicks on the button, the background color of the container should change and some elements inside of it become visible. Is it possible to make it using microflows? For example, is it possible to assign a different custom SCSS/CSS class to the container after the user clicks on the button? Thank you in advance!
asked
3 answers
4

Maxim,

You could try this widget – which dynamically sets classes based on the results of a microflow or nanoflow:  https://appstore.home.mendix.com/link/app/108838/

 

Mike

answered
3

You could also upvote this idea: https://forum.mendix.com/link/ideas/512

Maybe additional upvotes speed things up.

answered
1

Is there a solution for this problem which works in Mx 8.2?

answered