Functiondijit.form._FormWidget._onMouse

dojo.require("dijit.form._FormWidget");
defined in dijit/form/_FormWidget.js

Sets hovering, active, and stateModifier properties depending on mouse state, then calls setStateClass() to set appropriate CSS classes for this.domNode. To get a different CSS class for hover, send onmouseover and onmouseout events to this method. To get a different CSS class while mouse button is depressed, send onmousedown to this method.

Usage

function (event) (view source)
parametertypedescription
event