| wijmo.evcal.wijevcal 名前空間 > options タイプ : editCalendarTemplate オプション |
デフォルト値: ""
カレンダーダイアログボックスのテンプレート。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijevcal("option", "editCalendarTemplate"); //値を設定します var newValue; //タイプ: string $(".selector").wijevcal("option", "editCalendarTemplate", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |
$("#eventscalendar").wijevcal( { editCalendarTemplate: "html content");