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.
$(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;
$("#element").wijevcal({ rightPaneVisible: false });
options type wijevcal jQuery Widget