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