Wijmo UI for the Web
buttonMouseOver Event
The jQuery.Event object.
The data with this event.
The buttonMouseOver event is raised when the mouse is over the decrement button or the increment button.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.buttonMouseOver = function(e, args) { };
Javascript (Specification) 
buttonMouseOver = function ( 
   e : Object,
   args : IButtonEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.