Default value: 200
This option determines the iPod-style menu's maximum height.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijmenu("option", "maxHeight");
// Set value
var newValue; // Type: number
$(".selector").wijmenu("option", "maxHeight", newValue);
});
See Also