- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 01:14 PM
Hi Colleagues,
I am creating a client script on change to change dynamically the hint OOB on the Priority label based on the priority field value. For example, if I change Priority value to P1. The hint on the priority label should change to "Incident Priority 1".
The field priority is read-only, I can't add a hint to it and I don't like look and feel of bottom field info messages.
Any hints is much appreciated.
Thanks,
Jesus
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 07:33 PM
The code should me something like:
gel('incident.priority').title = 'Here goes your tooltip';
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 11:47 PM
As you mentioned in subject , if you are looking for a way to implement onmouse over listener in Snow ,have a look at OOTB Client Script 'Sample: Setting an onBlur Handler' .You need to change control.onblur to controll.onmouseover in there .