Wijmo UI for the Web
buttonClick Event
The jQuery.Event object.
The data with this event.
The buttonClick event is raised when the decrement button or the increment button is clicked.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.buttonClick = function(e, args) { };
Javascript (Specification) 
buttonClick = 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.