I have a repeating group which shows only photo thumbnails, but i want the names to appear when a picture is hovered over.
How would i do it?
And whats the alternative method on a mobile device where there’s no mouse to hover?
I have a repeating group which shows only photo thumbnails, but i want the names to appear when a picture is hovered over.
How would i do it?
And whats the alternative method on a mobile device where there’s no mouse to hover?
There’s a tooltip text property for the image element (Appearance tab of the property editor). For mobile, the only thing I can think of is to show a tiny icon of some sort and then use a group focus element.
but i want to include not just text, also some options, like edit, view, is it possible?
Try placing a group on the image, put your texts (edit, view etc) in the group, make the group invisible by default and set a condition for it to show when the image is hovered.
Yep, it is possible.
And test.
This will give you a more customisable hover tooltip.
However, if you need it to stay to do some kind of action you can do the same with workflow, following the same kind of process but using the show and hide options on an element. So show when the image is clicked and hide maybe after some action on the group.
There are lots of things you can do with the show and hide options and pass data to the group, it’s just a matter of trying different things. You can also combine the two using both conditions and workflow, maybe to show the tooltip and a close click action to close it.