Default value: null
The superPanelOptions option indicates the customized options of wijsuperpanel when the wijsuperpanel is created.
Syntax
$(function () {
// Get value
var returnsValue; // Type: object
returnsValue = $(".selector").wijlist("option", "superPanelOptions");
// Set value
var newValue; // Type: object
$(".selector").wijlist("option", "superPanelOptions", newValue);
});
var superPanelOptions : object;
See Also