wijmo.input.wijinputnumber Namespace > options type : negativeClass Option |
Determine the class string that when the input value is negative.
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) | |
---|---|
|