- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2016 04:13 AM
How do I get spacing (e.g. new lines) into the Help Text of a Service Catalog variable.
If I setup the Help Text as follows:
It displays as:
Any help appreciated - thanks in advance.
Regards
Martin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2016 05:05 AM
Hi,
First you need to go the system properties and set the property "glide.ui.escape_text" to false.
Then you can use <br> in the helptext
to get your result like this
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2016 05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2016 05:28 AM
Thanks Goran
Works perfectly:)