Wijmo UI for the Web
negativePrefix Option
wijmo.input.wijinputnumber Namespace > options type : negativePrefix Option

Default value: null

Determine the prefix string used for negative value. The default value will depend on the wijinputnumber's type option.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputnumber("option", "negativePrefix");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputnumber("option", "negativePrefix", newValue);
        
});
var negativePrefix : string;
See Also

Reference

options type
wijinputnumber jQuery Widget