Default value: 'All'
A value that sets the text of the top link.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijmenu("option", "topLinkText");
// Set value
var newValue; // Type: string
$(".selector").wijmenu("option", "topLinkText", newValue);
});
var topLinkText : string;
See Also