wijmo.input.wijinputnumber Namespace > options type : dropDownClose Event |
Javascript (Usage) | |
---|---|
$(function () { // Set dropDownClose event handler function $(".selector").wijinputnumber({ dropDownClose : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
dropDownClose = function ( e : jQuery.Event ) { }; |