Wijmo UI for the Web
valueBoundsExceeded Event
wijmo.input.wijinputdate Namespace > options type : valueBoundsExceeded Event
Standard jQuery event object
The valueBoundsExceeded event hander. A function called when the valueBoundExceeded event fired.
Syntax
$(function () {
    // Set valueBoundsExceeded event handler function
    $(".selector").wijinputdate({
        valueBoundsExceeded : function (e) {
     
        }
    });
});
valueBoundsExceeded = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputdate jQuery Widget