Skip to main content
January 4, 2023
Solved

How to show links hover on paragraph tab

  • January 4, 2023
  • 3 replies
  • 0 views

Hi Team,

I have built an application in Appian. In my interface, I make a tab called comments. When a user is giving any link(e.g:- www.google.com) on the comment. it is coming as an plain text. There is no hover or hyperlink on it.

How to keep a hover on a link automatically? Could you please suggest?

Best answer by konduruc733182

Hello kundank0001,

If you are giving the value from your existing data, you can add a a!safeLink() using a!richtextdisplayfield().

You wont be able to let users comment and get a link from a paragraph field. You need to use fn!richTextField() or fn!richTextEditorField(). Please try that.

I hope this will give you a way to do what you want.

3 replies

konduruc733182
January 4, 2023

Hello kundank0001,

If you are giving the value from your existing data, you can add a a!safeLink() using a!richtextdisplayfield().

You wont be able to let users comment and get a link from a paragraph field. You need to use fn!richTextField() or fn!richTextEditorField(). Please try that.

I hope this will give you a way to do what you want.

January 4, 2023

Thanks, Konduru. I will try it

harshitb6843
January 4, 2023

I think using a!safeLink() will be difficult here as you will not be able to identify that will part of the comment has a link so I would suggest try using richTextEditor() as it supports adding hyperlink but in that also, users will explicitly have to add hyperlinks on them. Please remember that is a plugin but developed by Appian itself.