How to make variable names bold and red?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 02:32 AM
Hi All,
How to we make variable names bold and red. These variables are created for catalog items.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 02:41 AM
Backgroud Color of Label variable in Service Catalog Form
How can the font color/background color be adjusted for read only variable fields?
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 05:33 AM
Hi ,
First you need to set the sys_properties glide.ui.escape_text to 'fasle'
then apply the blow line it will work
<font size=4 color='green'><i>Name</i></font>
Thanks
Pradeep D J
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2021 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 03:30 PM
You can also try this:
g_form.getControl('VARIABLE_NAME').setAttribute('style', 'font-weight: bold;color:red');