wijmo.input.wijinputnumber Namespace > options type : showGroup Option |
Default value: false
Indicates whether the thousands group separator will be inserted between between each digital group (number of digits in thousands group depends on the selected Culture).
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputnumber("option", "showGroup"); // Set value var newValue; // Type: boolean $(".selector").wijinputnumber("option", "showGroup", newValue); }); |
Javascript (Specification) | |
---|---|
var showGroup : boolean; |