Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Is there a way to ref the contents of my toot tips out to a file?

Avatar

Former Community Member

Hi there,

I am looking for a way to ref my tool tips out to file so that the client can change them as they will.  Is there a way to do this?

Else how can I change the tool tip dynamically through javascript?

Thanks,

Kieran

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Kieran,

You can read and set the tool tips using the .assist.toolTip property:

this.assist.toolTip = "This is a tooltip..."; 

Hope that helps,

Niall

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Kieran,

You can read and set the tool tips using the .assist.toolTip property:

this.assist.toolTip = "This is a tooltip..."; 

Hope that helps,

Niall