wijmo.evcal.wijevcal Namespace > options type : statusBarVisible Option |
Default value: false
Indicates whether the status bar will be visible.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijevcal("option", "statusBarVisible"); // Set value var newValue; // Type: boolean $(".selector").wijevcal("option", "statusBarVisible", newValue); }); |
Javascript (Specification) | |
---|---|
var statusBarVisible : boolean; |
$("#element").c1reportviewer({ statusBarVisible: false });