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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijevcal("option", "rightPaneVisible"); // Set value var newValue; // Type: boolean $(".selector").wijevcal("option", "rightPaneVisible", newValue); }); |
Javascript (Specification) | |
---|---|
var rightPaneVisible : boolean; |
$("#element").wijevcal({ rightPaneVisible: false });