How can I add HTML elements inside or within mendixs button? Im open to the alternatives too where I dont want to lose buttons on click actions and access roles? I want to
0
<button class="button-golden"> Click Me <span class="custom-span"></span> <span class="custom-span"></span> <span class="custom-span"></span> <span class="custom-span"></span> </button>
asked
2025-04-26
Anish Chettri
1
answers
2
Use a container and optionally the htmlelement widget and implement the onclick event.
answered
2025-04-26
Chris de Gelder