wijmo.input.wijinputnumber Namespace > options type : spinDown Option |
Default value: null
The spinDown event handler. A function called when spin down event fired.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijinputnumber("option", "spinDown"); // Set value var newValue; // Type: object $(".selector").wijinputnumber("option", "spinDown", newValue); }); |
Javascript (Specification) | |
---|---|
|