Wijmo UI for the Web
negativeSuffix Option

Default value: null

Determine the suffix string used for negative value.

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

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.