Mouse hover message on Service portal widget?

mangesh9
Mega Contributor

Hello,

How can we add mouse hover message on Service portal widget?

Thanks in advance

5 REPLIES 5

ben_hollifield
Tera Guru

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>


Thank you so much Ben, Worked!


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

Thanks for reply, but i want to make it bold, how can we do this?