wijmo.input.wijinputnumber Namespace > options type : increment Option |
Default value: 1
Determines how much to increase/decrease the input field.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijinputnumber("option", "increment"); // Set value var newValue; // Type: number $(".selector").wijinputnumber("option", "increment", newValue); }); |
Javascript (Specification) | |
---|---|
|