jQuery.wijmo.wijinputnumber Namespace > options type : showGroup Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputnumber.options.showGroup; |
Javascript (Specification) | |
---|---|
var showGroup : boolean; |