Functiondojox.image.SlideShow._overElement

dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js

Returns whether the mouse is over the passed element. Element must be display:block (ie, not a ) When the page is unloading, if this method runs it will throw an exception.

Usage

function (/*DomNode*/ element, e) (view source)
parametertypedescription
elementDomNode 
e