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