Wijmo UI for the Web
backLink Option

Default value: true

This option determines whether the iPod-style menu shows a back link or a breadcrumb header in the menu.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.