Wijmo UI for the Web
positiveSuffix Option

Default value: null

Determine the suffix stirng used for positive value.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputnumber("option", "positiveSuffix");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputnumber("option", "positiveSuffix", newValue);
        
});
Javascript (Specification) 
var positiveSuffix : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.