wijmo.editor.wijeditor Namespace > options type : fullScreenMode Option |
Default value: false
Set this option to true to show the editor in full screen mode when the page is first opened.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijeditor("option", "fullScreenMode"); // Set value var newValue; // Type: boolean $(".selector").wijeditor("option", "fullScreenMode", newValue); }); |
Javascript (Specification) | |
---|---|
var fullScreenMode : boolean; |