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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijeditor("option", "showPathSelector"); // Set value var newValue; // Type: boolean $(".selector").wijeditor("option", "showPathSelector", newValue); }); |
Javascript (Specification) | |
---|---|
var showPathSelector : boolean; |