jQuery.wijmo.wijinputdate Namespace > options type : invalidClass Field |
The CSS class applied to the widget when an invalid value is entered.
Javascript (Usage) | |
---|---|
var value; // Type: any value = jQuery.wijmo.wijinputdate.options.invalidClass; |
Javascript (Specification) | |
---|---|
|
// This example sets the invalidClass option to "invalid". .wijmo-wijinput.invalid { color: red !important; background-color: green !important; font-size: xx-large; } $(".selector").wijinputcore("option", "invalidClass" "invalid");