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

Default value: true

Specify whether to show the footer at the bottom of the editor, where users can toggle full screen mode, word wrap, and view mode.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijeditor("option", "showFooter");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijeditor("option", "showFooter", newValue);
        
});
var showFooter : boolean;
Remarks
When you are in design view, the footer also displays the path selector, HTML tags showing your location in source view.
See Also

Reference

options type
wijeditor jQuery Widget