jQuery.wijmo.wijevcal Namespace > options type : rightPaneVisible Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijevcal.options.rightPaneVisible; |
Javascript (Specification) | |
---|---|
var rightPaneVisible : boolean; |
$("#element").wijevcal({ rightPaneVisible: false });