Javascript dialogMouseMove - jcobban/Genealogy GitHub Wiki

function dialogMouseMove()

Up: Common Dialog Support

Source: /jscripts/util.js

The function is the mouse move Event handler. It updates the position of the dialog as the mouse is dragged.

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

Next: function dialogMouseUp()