Javascript dialogMouseDown - jcobban/Genealogy GitHub Wiki

function dialogMouseDown()

Up: Common Dialog Support

Source: /jscripts/util.js

The function is the mouse down Event handler for a dialog. It prepares for dragging the dialog.

parameter contents
this the top level element of the dialog on which the mouse was pressed
ev a mouse down Event

Next: function dialogMouseMove(event)