Wijmo UI for the Web
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
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;
Example
$("#element").wijevcal({ rightPaneVisible: false });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.