Wijmo UI for the Web
monthRows フィールド

デフォルト値: 1

縦方向のカレンダー月の数を取得または設定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: number
    returnsValue = $(".selector").wijcalendar("option", "monthRows");
    
    //値を設定します
    var newValue; //タイプ: number
    $(".selector").wijcalendar("option", "monthRows", newValue);
        
});
Javascript (Specification) 
var monthRows : number;
解説
monthRows プロパティを設定することで、カレンダー月をウィジェットに縦に追加できます。このオプションのデフォルト値は "1" で、一度に 1 つのカレンダー月が表示されます。

関連トピック

参照

options タイプ
wijcalendar メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.