Wijmo UI for the Web
timeIntervalHeight Option

Default value: 15

The Day view time interval row height in pixels.

Syntax
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) 
var timeIntervalHeight : number;
Example
$("#eventscalendar").wijevcal(
    { timeIntervalHeight: 30 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.