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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijlist("option", "superPanelOptions"); // Set value var newValue; // Type: object $(".selector").wijlist("option", "superPanelOptions", newValue); }); |
Javascript (Specification) | |
---|---|
|