Wijmo UI for the Web
initialized イベント
標準 jQuery イベントオブジェクト。
initialized イベントハンドラ。 ウィジェットが初期化された後に呼び出される関数。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijinputdate({ 
        initialized : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
initialized = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.