Functiondojox.widget.FisheyeList._overElement

dojo.require("dojox.widget.FisheyeList");
defined in dojox/widget/FisheyeList.js

Returns whether the mouse is over the passed element. Node: Must must be display:block (ie, not a )

Usage

function (/*DomNode|String*/ node, e) (view source)
parametertypedescription
nodeDomNode|String 
e