Wijmo UI for the Web
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).

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.