wijmo.input.wijinputdate Namespace > options type : valueBoundsExceeded Option |
Default value: null
The valueBoundsExceeded event hander. A function called when the valueBoundExceeded event fired.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijinputdate("option", "valueBoundsExceeded"); // Set value var newValue; // Type: object $(".selector").wijinputdate("option", "valueBoundsExceeded", newValue); }); |
Javascript (Specification) | |
---|---|
|