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!