wijmo.input.wijinputdate Namespace > options type : invalidClass Option |
The CSS class applied to the widget when an invalid value is entered.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijinputdate("option", "invalidClass"); // Set value var newValue; // Type: any $(".selector").wijinputdate("option", "invalidClass", newValue); }); |
Javascript (Specification) | |
---|---|
|