Wijmo UI for the Web
crumbDefaultText Option

Default value: 'Choose an option'

A value that sets the top breadcrumb's default text.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijmenu("option", "crumbDefaultText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijmenu("option", "crumbDefaultText", newValue);
        
});
Javascript (Specification) 
var crumbDefaultText : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.