wijmo.menu.wijmenu Namespace > options type : backLink Option |
Default value: true
This option determines whether the iPod-style menu shows a back link or a breadcrumb header in the menu.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijmenu("option", "backLink"); // Set value var newValue; // Type: boolean $(".selector").wijmenu("option", "backLink", newValue); }); |
Javascript (Specification) | |
---|---|
var backLink : boolean; |