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;
See Also