wijmo.menu.wijmenu Namespace > options type : backLinkText Option |
Default value: 'Back'
This option sets the text of the back link.
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) | |
---|---|
|