Wijmo UI for the Web
superPanelOptions Option
wijmo.menu.wijmenu Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijmenu("option", "superPanelOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijmenu("option", "superPanelOptions", newValue);
        
});
var superPanelOptions : object;
Remarks
It uses wijsuperpanel, see the following link for more details, http://wijmo.com/wiki/index.php/Superpanel .
See Also

Reference

options type
wijmenu jQuery Widget