wijmo.evcal.wijevcal 名前空間 > options タイプ : eventsData オプション |
デフォルト値: null
イベントオブジェクトの配列。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: object returnsValue = $(".selector").wijevcal("option", "eventsData"); //値を設定します var newValue; //タイプ: object $(".selector").wijevcal("option", "eventsData", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { eventsData: [{id: "appt1", start: new Date(2011, 4, 6, 17, 30), end: new Date(2011, 4, 6, 17, 35) }] });