Format text in tooltip

I’m trying to format the text that appears in the tooltip because I want to add a small paragraph of text, just to give context to an action. I believe the tooltip is the best way to accomplish this - for most people, the action will be quite clear, but in some cases, an explanation is good, too.

However, when I add text into meta.tooltip.text, it places all the text in one line, even when I try to use a line break, such as <br> or &#10; (HTML) or a double space ' ' or \ (Markdown). Is there a way to accomplish this?

When I look at the Perspective markup in a browser, it looks like the text is added to a div - there isn’t any special component.
image

Here is what it looks like in a session:
image

https://docs.inductiveautomation.com/display/DOC81/Perspective+Component+Properties#PerspectiveComponentProperties-Multi-LineTooltips

Of course I find it after I posted the question :moyai:

2 Likes