Wijmo UI for the Web
headerBarVisible Option

Default value: true

Indicates whether the header bar will be visible.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijevcal("option", "headerBarVisible");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijevcal("option", "headerBarVisible", newValue);
        
});
Javascript (Specification) 
var headerBarVisible : boolean;
Example
$("#element").wijevcal({ headerBarVisible: false });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.