wijmo.evcal.wijevcal Namespace > options type : timeIntervalHeight Option |
Default value: 15
The Day view time interval row height in pixels.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijevcal("option", "timeIntervalHeight"); // Set value var newValue; // Type: number $(".selector").wijevcal("option", "timeIntervalHeight", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal(
{ timeIntervalHeight: 30 });