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