Wijmo UI for the Web
afterSlide イベント
標準 jQuery イベントオブジェクト。
afterSlide イベントハンドラ。 カレンダービューが別の月にスライドした後に呼び出される関数。キャンセル可能。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijcalendar({ 
        afterSlide : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
afterSlide = function ( 
   e : jQuery.Event
) { };

パラメータ

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

関連トピック

参照

options タイプ
wijcalendar メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.