How to handle Mouse Hover envents in Service now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2015 07:56 AM
Hello,
My requirement is as follows
I have some custom tables and out of box tables, all the tables have schedule start date time and end date time. I have to design a custom Calendar page, and should display all the events out of these tables in a custom calendar page.
- I have developed a schedule page with type and view as 'Calender' and wrote AJAX script, and able to pull all these events onto calendar page without any problem. My Requirement is , whenever I place mouse cursor on the specific event on calendar , I should display detailed information about that specific event in a inline popup , Any idea how can we do this in Service now ?
thanks in advance
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2015 02:24 PM
Can anybody reply to above question ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2015 03:29 PM
A couple thoughts. You could try using the Glide Custom Dialog calling it using scripting. Another idea is to use bootstrap or angular functions. I know that Bootstrap CSS is included, but I don't know if it's JS is included as well. If they are, you can use bootstrap's modals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2015 04:35 PM
Mouse over events can be handled through a UI macro where you define the onmouseover property of your html element and you define a <script> section where you specify the implementation of the function specified in the onmouseover
Thanks,
Berny