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;
See Also