onMouseMove
fires when the mouse was moved over the specified component
function onMouseMove( // the component id id: string, // a native event object e: Event, // the target HTML element node: HTMLElement): void
Example
Section titled “Example”grid.attachEvent("onMouseMove", function(id, e, node){ //... some code here ...});
See also
Section titled “See also”Articles
API