Text widget to href... no way to achieve this in Modeler 7.8.0

0
I want to add a <a href="mylink">text widget</a> to my project... no way to do this. Why? What? Why...?
asked
3 answers
2

Check! it! out!

https://appstore.home.mendix.com/link/app/56/Mendix/HTML/-JavaScript-Snippet

answered
2

You could use a button widget and have it rendered as a hyperlink.

https://docs.mendix.com/refguide/button-widgets

 

 

answered
0

If all else fails, you can always just build a string and render it as html :)

https://appstore.home.mendix.com/link/app/1426/

answered