Wijmo UI for the Web
topLinkText Option

Default value: 'All'

A value that sets the text of the top link.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijmenu("option", "topLinkText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijmenu("option", "topLinkText", newValue);
        
});
Javascript (Specification) 
var topLinkText : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.