Default value: 'horizontal'
This option controls the root menu's orientation. All submenus are vertical regardless of the orientation of the root menu.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijmenu("option", "orientation");
// Set value
var newValue; // Type: string
$(".selector").wijmenu("option", "orientation", newValue);
});
var orientation : string;
See Also