Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to handle Mouse Hover envents in Service now?

rkp1
Kilo Explorer

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

3 REPLIES 3

rkp1
Kilo Explorer

Can anybody reply to above question ?


iteratix
Tera Contributor

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.


bernyalvarado
Mega Sage

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