Wijmo UI for the Web
editCalendarTemplate オプション

デフォルト値: ""

カレンダーダイアログボックスのテンプレート。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijevcal("option", "editCalendarTemplate");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijevcal("option", "editCalendarTemplate", newValue);
        
});
Javascript (Specification) 
var editCalendarTemplate : string;
使用例
$("#eventscalendar").wijevcal( { editCalendarTemplate: "html content");

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.