Hi!
I'm trying to realize a menu, as in the picture, but using my icons loaded as images and not Appian Icons.
what is the best way?
Now I'm using A!timeStamp but it can manage only icons and text and not images. Should I create cards ? how can I have rounded cards as stamps?
thanks
Discussion posts and replies are publicly visible
You should just add your images and style them as "AVATAR". That should give them the rounded look and you can make them clickable also.
Thank you Harshit, but I will use cards as component?
Matteo
yes you can use of it.
you can, but its not needed necessarilyyou can call an image per documentimage component
https://docs.appian.com/suite/help/22.4/Image_Component.htmluse "AVATAR" like harshit proposed.-> Style "AVATAR"and in parameter "imagaes" you calll:
https://docs.appian.com/suite/help/22.4/Document_Image_Component.htmladd a dynamicLink at the "link" parameter -> navigation here we go,
To create a navigation from it, you need an array if images you can call in an a!forEach loop.
hi Richard! thank you for these details. I saw you in the Appian challenge!! well done!
Here is there a way to implement a tootlip as in stamp? I Found only help toolTip but I don't like it.
Hi Rechard! I did according your guide, but that still made no result! Can you help me?
https://docs.appian.com/tunnel rush/help/22.4/Image_Component.html
hi guys,can you share some error messages? or your actual state?its hard to support without knowing where you are :)
I implement the solution with your guide and it works, can you tell me if I is possible add tootlip ?
thank you Richard
you have 3 possibilities. Here an example. Hint: "tooltip you get, by hovering over the little question mark at the top.
thx Richard
is there a way to hide that little blu (?) ??
My objective is to realize a solution like my picture but using my icon; as workaround, I was thinking to add images.... but I'can lose tooltips
Remove the line helpTooltip: "Tooltip" and you should be good.