Wijmo UI for the Web
superPanelOptions Option
wijmo.list.wijlist Namespace > options type : superPanelOptions Option

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;
Remarks
superpanel is the list container.For detailed options please refer to the Superpanel widget
See Also

Reference

options type
wijlist jQuery Widget