Wijmo UI for the Web
dropDownButtonMouseDown Event
Standard jQuery event object
The dropdownButtonMouseDown event handler. A function called when the mouse is pressed down on the dropdown button.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.dropDownButtonMouseDown = function(e) { };
Javascript (Specification) 
dropDownButtonMouseDown = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.