Multiple clickable links on image

0
Is it possible to add a number of links to an image in Mendix which then trigger different events. e.g. an image of a map which triggers a particular event when the user clicks on an area of it. Another event would be triggered when a different area of the map is clicked.  I would appreciate if there is an example or any advice please.
asked
2 answers
0

If you are looking for maps in particular:

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

answered
0

Another solution when the plan of the house is static can be using default buttons in Mendix and place these buttons on top of the image using CSS.

Then using CSS you can style these buttons to match the size of the room.

The buttons also should have an opacity of 0.

 

But when the plan of the house is changing or data driven, then this solution is not the best solution for you.

 

Cheers,

Jeffrey

answered