<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Link to display a text when we hover on it</title><link>https://community.appian.com/discussions/f/general/35328/link-to-display-a-text-when-we-hover-on-it</link><description>Hi team, 
 I have a text to display as &amp;quot;Completed with Justification&amp;quot; and it should display as a link and on hovering over on the link, the comments saved in justification field should display. 
 Can someone help me how to achieve this. I tried as below</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Link to display a text when we hover on it</title><link>https://community.appian.com/thread/137274?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 11:40:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a07224d9-ddf5-4c23-b048-2c70dbb3463a</guid><dc:creator>shoaib.akhtar</dc:creator><description>&lt;p&gt;If it is redirecting you to a new tab you can use&amp;nbsp;&lt;strong&gt;openLinkIn: &amp;quot;SAME_TAB&amp;quot;&lt;/strong&gt;&amp;nbsp;in&amp;nbsp;a!safeLink()&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link to display a text when we hover on it</title><link>https://community.appian.com/thread/137272?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 11:33:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7bf69daf-f99c-4ef2-9b05-c48393e26f35</guid><dc:creator>p2005</dc:creator><description>&lt;p&gt;it worked.. Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link to display a text when we hover on it</title><link>https://community.appian.com/thread/137271?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 11:31:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6cc35044-0b4f-4a43-ac14-62e344085de0</guid><dc:creator>Sri Ram Kaja</dc:creator><description>&lt;p&gt;use dynamic link with no inputs, that might help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link to display a text when we hover on it</title><link>https://community.appian.com/thread/137268?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 11:30:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fcf271e-ae68-4e95-a7d4-5375f46bd209</guid><dc:creator>p2005</dc:creator><description>&lt;p&gt;Thanks &lt;a href="/members/yogip3177"&gt;Yogi Patel&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried this and it is giving me the exact result. but on clicking on link it is taking me to blank new tab. How can I avoid that&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link to display a text when we hover on it</title><link>https://community.appian.com/thread/137266?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2024 11:16:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ce45865-8d0c-43fd-a86b-052ad38e99b3</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;&lt;span&gt;Have you checked the tooltip attribute of richTextDisplayField?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!richTextDisplayField(  
  value: a!richTextItem(
    text: &amp;quot;Link Label&amp;quot;,
    link: a!safeLink(uri: &amp;quot;http://www.google.com&amp;quot;),
    size: &amp;quot;STANDARD&amp;quot;,
    style: &amp;quot;STRONG&amp;quot;
  ),
  tooltip: &amp;quot;This is help tooltip&amp;quot;,
)&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>