Tooltip in RTE | Community
Skip to main content
New Participant
October 16, 2015
Solved

Tooltip in RTE

  • October 16, 2015
  • 2 replies
  • 1931 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

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

KrisgumAuthor
New Participant
October 16, 2015

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 ?