jQuery.wijmo.wijeditor Namespace > options type : showFooter Field |
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.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijeditor.options.showFooter; |
Javascript (Specification) | |
---|---|
var showFooter : boolean; |