how to get context menu for links

0
We have a customer facing application with a lot of links that can be dynamicly added by an AppAdmin to the pages. So we save the url of mendix page that the link (button) links to in the database as a variable of association. Due to the fact that the HTML snippet does not support using variables in the HTML text we use buttons with the render as link selected.   Now the users get really frustrated that there are unable to right click the links and for example open them in a new tab.   Is there a way to get the right click context menu on these links?
asked
1 answers
1

Try the format string widget – https://appstore.home.mendix.com/link/app/264/

It lets you define a hyperlink with the url coming from an attribute. Best of all it is supported by Mendix

answered