Adding a ? icon with a tooltip

1
I want to add multiple question mark icons with a tooltip to my page. What is the smartest way to go about it? Creating a class for every tooltip? Using a label? The same icon should represent different tooltips at different locations – basically meaning I want to use the icon multiple times on the same page displaying different tooltips.  Any idea is welcome :)   BR Markus
asked
1 answers
4

There are several possible ways to do it . You can use styling to display help text on hover, you could use link buttons with standard tooltips (also possible to style) or you could use one of the tooltip widgets from the appstore. Just a few, there might be others:

https://marketplace.mendix.com/link/component/1939

https://marketplace.mendix.com/link/component/115818

https://marketplace.mendix.com/link/component/3005

answered