Wijmo UI for the Web
topLinkText Option
wijmo.menu.wijmenu Namespace > options type : topLinkText Option

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

Reference

options type
wijmenu jQuery Widget