Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
We want to have clickable button over images in our mashup. We can use z-index and transform etc.. css properties to achieve this, but the layout would break if we try it on different type of devices tablet, desktop, etc...
Is there a good way to achieve this.
Solved! Go to Solution.
Hi @VR_10133499,
There are three ways:
1. Use the ICON field of the Button
2. ValueDisplay Widget: you have the click event in this widget, and you can load the image also.
3. You can use an image widget; on top of it, you can put a transparent button/Shape widget.
Thanks,
Hi @VR_10133499,
There are three ways:
1. Use the ICON field of the Button
2. ValueDisplay Widget: you have the click event in this widget, and you can load the image also.
3. You can use an image widget; on top of it, you can put a transparent button/Shape widget.
Thanks,