Wijmo UI for the Web
invalidInput Event
Standard jQuery event object
Information about an event
The invalidInput event handler. A function called when invalid charactor is typed.
Syntax
Javascript (Usage) 
$(function () {
    // Set invalidInput event handler function
    $(".selector").wijinputmask({
        invalidInput : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
invalidInput = function ( 
   e : jQuery.Event,
   data : wijmo.input.IInvalidInputEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.