Is it possible to have an image that has different clickable areas?

0
Hi All,   I'm trying to create a body map that will highlight when a user clicks on a certain area of the body but also pass that information to the app so it can store it in an attribute. I've got an example screenshot below:     So what I'd like the app to do is be able to highlight the area of the body when it's clicked like in the image above, and then pass that information along to the app so it can store it saying that the left forearm has been selected.   If anyone has any ideas on how to do this it would be greatly appreciated thanks
asked
1 answers
0

This is normally done with HTML map and area tags, which isn't very Mendix-friendly

There is an example module in the marketplace which shows a map of the Netherlands with clickable regions, it might be worth looking at how this has been done in Mendix for some ideas

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

answered