jQuery.wijmo.wijmenu Namespace > options type : backLink Field |
Default value: true
This option determines whether the iPod-style menu shows a back link or a breadcrumb header in the menu.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijmenu.options.backLink; |
Javascript (Specification) | |
---|---|
var backLink : boolean; |