Wijmo UI for the Web
showPathSelector Option
wijmo.editor.wijeditor Namespace > options type : showPathSelector Option

Default value: true

Select whether to show the path selector in the left side of the footer.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijeditor("option", "showPathSelector");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijeditor("option", "showPathSelector", newValue);
        
});
var showPathSelector : boolean;
Remarks
When you click in the content of the design view, the path selector shows HTML tags indicating where you are in the source view.If you set showFooter to false, this option is ignored.
See Also

Reference

options type
wijeditor jQuery Widget