wijmo.input.wijinputdate Namespace > options type : textChanged Event |
Javascript (Usage) | |
---|---|
$(function () { // Set textChanged event handler function $(".selector").wijinputdate({ textChanged : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
textChanged = function ( e : jQuery.Event, data : wijmo.input.ITextChangedEventArgs ) { }; |