Wijmo UI for the Web
negativeClass Option

Determine the class string that when the input value is negative.

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

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.