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