Mouse hover message on Service portal widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 10:35 AM
Hello,
How can we add mouse hover message on Service portal widget?
Thanks in advance
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 10:41 AM
You can add tooltips to individual elements, like a <button> or a <div> or whatever else. I'd recommend using uib-tooltip, as it is included with Service Portal and dead simple to use. You can find an example here, the syntax is something like:
<button uib-tooltip="I'm a Fancy Tooltip!" type="button" class="btn btn-primary btn-lg">Hover Me</button>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 11:05 AM
Thank you so much Ben, Worked!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 11:56 AM
very cool Ben and thanks...is there some CSS that you know of that I can apply to make it look better? or how to get it to pick up on the widget's CSS already in place? thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2021 05:31 AM
Thanks for reply, but i want to make it bold, how can we do this?