wijmo.input.wijinputnumber Namespace > options type : decimalPlaces Option |
Default value: 2
Indicates the number of decimal places to display.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijinputnumber("option", "decimalPlaces"); // Set value var newValue; // Type: number $(".selector").wijinputnumber("option", "decimalPlaces", newValue); }); |
Javascript (Specification) | |
---|---|
|