Wijmo UI for the Web
textChanged イベント
標準 jQuery イベントオブジェクト。
イベントに関する情報。
ウィジェットのテキストが変更されたときに発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijinputdate({ 
        textChanged : function (e, data) { 
     
        } 
    });
});
Javascript (Specification) 
textChanged = function ( 
   e : jQuery.Event,
   data : ITextChangedEventArgs
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。
data
イベントに関する情報。

関連トピック

参照

options タイプ
wijinputdate jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.