wijmo.menu.wijmenu Namespace > options type : position Option |
The position option specifies the location and orientation of the menu relative to the button or link used to open it.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijmenu("option", "position"); // Set value var newValue; // Type: any $(".selector").wijmenu("option", "position", newValue); }); |
Javascript (Specification) | |
---|---|
|