Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to use <ac:title

fvila
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 15, 2020

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

1 answer

1 accepted

0 votes
Answer accepted
Bill Bailey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 15, 2020

When you insert an image, there is a title tab in the macro dialog where you can enter a title (and alt text). The resulting storage code is:

<ac:image ac:alt="Test Title" ac:height="83" ac:thumbnail="true" ac:title="Test Title">    
<ri:attachment ri:image.jpg">
<ri:page ri:content-title="XXXXX"/>
    </ri:attachment>
  </ac:image>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events