Wijmo UI for the Web
appointments オプション

デフォルト値: []

イベントオブジェクトの配列。このオプションは読み取り専用です。このオプションは非推奨になりました。代わりに eventsData オプションを使用してください。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: array
    returnsValue = $(".selector").wijevcal("option", "appointments");
    
    //値を設定します
    var newValue; //タイプ: array
    $(".selector").wijevcal("option", "appointments", newValue);
        
});
Javascript (Specification) 
var appointments : array;
使用例
$("#eventscalendar").wijevcal( { eventsData: [{id: "appt1", start: new Date(2011, 4, 6, 17, 30), end: new Date(2011, 4, 6, 17, 35) }] });

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.