Wijmo UI for the Web
backLinkText Option

Default value: 'Back'

This option sets the text of the back link.

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

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.