Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Tooltip in RTE

Avatar

Level 4

Hi ,

 I have posted this earlier but couldn't find it posted hence posting it again . 

 Any pointers on  the best way to achieve tooltips for text authored in RTE plugin ? The text in tool tip should also be authored  . 

 

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Correct answer by
Level 10

See this AEM topic for all the plug-ins available with the RTE:

http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html

However - it looks like there is not a plug-in for a tooltip.

You can use this class to write your own:

http://dev.day.com/docs/en/cq/current/widgets-api/output/CQ.Ext.QuickTips.html

http://dev.day.com/docs/en/cq/current/widgets-api/index.html?class=CQ.Ext.QuickTip

Avatar

Level 4

There seems to be no configurations in  RTE for enabling tool tips  , especially when content shown in tool tip should also be authored . I don't think available RTE plugin would solve this  . Did I miss anything ?