Skip to main content
March 31, 2022
Question

How to customize a helpTooltip for any component

  • March 31, 2022
  • 5 replies
  • 0 views

Hi,

I have a requirement to display a helpTooltip for a few of the controls like below

"Upload any documents of type

  : internal / external

 : Draft / Final

"

If I place this text in the helpTooltip, everything is appearing in one row. I want the message to be displayed as is.

Can anyone suggest on this?

Thanks.

5 replies

mathieud0001
March 31, 2022

Not possible with the built in tooltip.

March 31, 2022

Please share if there is any alternative solution. Thanks.

mathieud0001
March 31, 2022

Not possible to put line breaks in the hover text AFAIK but you could look into other solutions:

  • Build a component with a field + rich text component which mimics the instructions attribute of a field (greyed out text below the field)
  • A show/hide help dynamic link which shows an alert banner over the field - docs.appian.com/.../alert-banners.html
gopalk2865
March 31, 2022

Hi Hari, There is no way you can customize  helpTooltip for the field. Alternatively , you can use richTextDisplayField function in combination with icon and text to achieve your goal. Please go through below thread which talks about similar use case,

https://community.appian.com/discussions/f/user-interface/23599/possible-to-style-a-helptooltip