Hi all,
I have images I dragged and dropped images that look like this in the code editor,
<ac:image>
<ri:attachment ri:filename="icon_blue_chartObj_job.png"/>
</ac:image>
and I want to add a tooltip on hover. In the html this would be <img title="xxxxx" ....
I read in the doc that you can use an <ac:title> link, but I don't see how this fits in with the image syntax above, and I couldn't find any examples.
Thank you