Wijmo UI for the Web
rightPaneVisible Option
wijmo.evcal.wijevcal Namespace > options type : rightPaneVisible Option

Default value: false

Indicates whether the right pane will be visible. By default the right pane are empty. You can use this pane in order to provide additional custom UI.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijevcal("option", "rightPaneVisible");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijevcal("option", "rightPaneVisible", newValue);
        
});
var rightPaneVisible : boolean;
Example
$("#element").wijevcal({ rightPaneVisible: false });
See Also

Reference

options type
wijevcal jQuery Widget