Wijmo UI for the Web
timeIntervalHeight フィールド

デフォルト値: 15

日ビューの時間間隔行の高さ(ピクセル単位)。

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

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.