wijmo.menu.wijmenu Namespace > options type : orientation Option |
Default value: 'horizontal'
This option controls the root menu's orientation. All submenus are vertical regardless of the orientation of the root menu.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijmenu("option", "orientation"); // Set value var newValue; // Type: string $(".selector").wijmenu("option", "orientation", newValue); }); |
Javascript (Specification) | |
---|---|
|