webkit full screenn 怎么设置和f11完全一样

CodeMirror: Full Screen Editing
Full Screen Editing
indentWithTabs: boolean
Whether, when indenting, the first N*tabSize
spaces should be replaced by N tabs. Default is false.
electricChars: boolean
Configures whether the editor should re-indent the current
line when a character is typed that might change its proper
indentation (only works if the mode supports indentation).
Default is true.
specialChars: RegExp
A regular expression used to determine which characters
should be replaced by a
Mostly useful for non-printing special characters. The default
is /[\u0000-\u0019\u00ad\u200b\u\ufeff]/.
specialCharPlaceholder: function(char) → Element
A function that, given a special character identified by
option, produces a DOM node that is used to represent the
character. By default, a red dot (o)
is shown, with a title tooltip to indicate the character code.
rtlMoveVisually: boolean
Determines whether horizontal cursor movement through
right-to-left (Arabic, Hebrew) text is visual (pressing the left
arrow moves the cursor left) or logical (pressing the left arrow
moves to the next lower index in the string, which is visually
right in right-to-left text). The default is false
on Windows, and true on other platforms.
Demonstration of
addon. Press F11 when cursor is in the editor to
toggle full screen editing. Esc can also be used
to exit full screen editing.页面全屏问题,类似于按F11的效果。考试系统
[问题点数:100分,结帖人starsxingxing]
页面全屏问题,类似于按F11的效果。考试系统
[问题点数:100分,结帖人starsxingxing]
只显示楼主
取消只显示楼主
本帖子已过去太久远了,不再提供回复功能。}

我要回帖

更多关于 screenfull.min.js 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信