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

Default value: 'Back'

This option sets the text of the back link.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijmenu("option", "backLinkText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijmenu("option", "backLinkText", newValue);
        
});
var backLinkText : string;
See Also

Reference

options type
wijmenu jQuery Widget