Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

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

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 ?