jQuery.wijmo.wijeditor Namespace > options type : fullScreenMode Field |
Default value: false
Set this option to true to show the editor in full screen mode when the page is first opened.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijeditor.options.fullScreenMode; |
Javascript (Specification) | |
---|---|
var fullScreenMode : boolean; |