Skip to content

Javascript popupHelpHandler

James Cobban edited this page Mar 30, 2021 · 3 revisions

function popupHelpHandler(event)

Up: Common Dialog Support

Source: /jscripts/util.js

This method is called if the mouse is clicked on an element. It calls function popupHelp(). This is used because mobile devices do not support the mouseover and mouseout events.

Input:

name contents
this an HTML element
event a Mouse Click Event

Next: function popupLoading(element)

Clone this wiki locally