Wijmo UI for the Web
selectedDates オプション

デフォルト値: null

選択された日付。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: Date
    returnsValue = $(".selector").wijevcal("option", "selectedDates");
    
    //値を設定します
    var newValue; //タイプ: Date
    $(".selector").wijevcal("option", "selectedDates", newValue);
        
});
Javascript (Specification) 
var selectedDates : Date;
使用例
$("#eventscalendar").wijevcal({ selectedDates: [new Date(2012, 11, 21), new Date(2015, 11, 21)] });

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.