Wijmo UI for the Web
superPanelOptions Option

Default value: null

This option specifies a hash value that sets to superpanel options when a superpanel is created. It is used to set appearances and behaviors when a scrollbar is shown in sliding mode.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijmenu("option", "superPanelOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijmenu("option", "superPanelOptions", newValue);
        
});
Javascript (Specification) 
var superPanelOptions : object;
Remarks
It uses wijsuperpanel, see the following link for more details, http://wijmo.com/wiki/index.php/Superpanel .
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.