wijmo.evcal.wijevcal 名前空間 > options タイプ : timeIntervalHeight フィールド |
デフォルト値: 15
日ビューの時間間隔行の高さ(ピクセル単位)。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: number returnsValue = $(".selector").wijevcal("option", "timeIntervalHeight"); //値を設定します var newValue; //タイプ: number $(".selector").wijevcal("option", "timeIntervalHeight", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { timeIntervalHeight: 30 });