The maximum number of links to display
Syntax
// Get value
var value; // Type: number
value = $(".selector").infobox("option", "maxItems");
// Set value
var newValue; // Type: number
$(".selector").infobox("option", "maxItems", newValue);
Browser Compatibility
See Also