How to add multiple UI skin/theme and switch between them from browser?

0
I want to add multiple themes for my project so that they can be switched by the user at runtime. I want to implement something like in this example where it provides multiple themes and we can switch themes from a dropdown.  Mendix Theme Viewer How to create and set these multiple themes in Mendix? How can I implement the theme switcher which allows user to switch between available themes? Mendix Modeler version is: 7.22.2 and it uses Atlas UI instead of Mendix UI framework.  In this version the “theme zip file” option to add multiple theme is deprecated.
asked
1 answers
1

a lot like this question:

https://forum.mendix.com/link/questions/92254

we discovered a way to change swap CSS files using a widget, I’ll ask the dev to post his answer :D 

we ended up using:

https://forum.mendix.com/link/questions/86103

StyleSheet switcher Widget

answered