| wijmo.evcal.wijevcal 名前空間 > options タイプ : calendar オプション |
デフォルト値: null
イベントカレンダーでのカレンダーのオプションを示す値。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: object returnsValue = $(".selector").wijevcal("option", "calendar"); //値を設定します var newValue; //タイプ: object $(".selector").wijevcal("option", "calendar", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |
$("#eventscalendar").wijevcal( { calendar: { prevTooltip: "Previous", nextTooltip: "Next" } });