wijmo.combobox.wijcombobox 名前空間 > options タイプ : textChanged イベント |
Javascript (Usage) | |
---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijcombobox({ textChanged : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
textChanged = function ( e : jQuery.Event, data : ITextChangedEventArgs ) { }; |