HTML Help text

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2016 08:49 AM
Does anybody know of a way to make it so that HTML shows in the help test now that ServiceNow is escaping it? We obviously do not want to set glide.ui.escape_text to false. Just wondering if there are any other workarounds before we have to upgrade to Fuji Patch 12 Hot fix 1. We have tables setup to show what the different choices mean on a list collector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 09:44 AM
Hi Brian,
Also the above code ensures that your tooltip for all the variable can display html. So within your tooltip in Variable declaration if you were to add <p><b> Hello Text</b></p>. You can see it rendered as bold with paragraph.
If you dont want this feature for all the variables on the form, you can do it for certain element by changing the selector from
$j('[data-toggle="tooltip"]') to specific element selector and not looping over it using each function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 11:07 AM
Hi Brian,
Are you on Geneva? If yes, can you post a screenshot of the html code of the element from developer view of browser. Also, please attach a screenshot of the place where you are adding the tooltip.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 11:10 AM
We are in Fuji. I created the client script in the client scripts for the item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 11:40 AM
Hi Brian,
That is fine. Can you please attach the screenshot of how you see the tool tip, where you are entering the tooltip in the variable and the html source of the rendered element?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2016 11:46 AM