目录
当前位置: 首页 > 文档资料 > tinyMCE 帮助文档 >

tinymce-Env

优质
小牛编辑
141浏览
2023-12-01

Properties

nametypesummarydefined by
androidBooleanConstant that is true if the os is android.tinymce.Env
ceFalseBooleanConstant that is true if the browser supports contentEditable=false regions.tinymce.Env
contentEditableBooleanConstant that is true if the browser supports editing.tinymce.Env
documentModeNumberReturns the IE document mode for non IE browsers this will fake IE 10.tinymce.Env
fileApiBooleanConstant that is true if the browser has a modern file api.tinymce.Env
geckoBooleanConstant that is true if the browser is Gecko.tinymce.Env
iOSBooleanConstant that is true if the os is iOS.tinymce.Env
ieBooleanConstant that is more than zero if the browser is IE.tinymce.Env
macBooleanConstant that is true if the os is Mac OS.tinymce.Env
noCaretAfterBooleanReturns true/false if the browser can or can't place the caret after a inline block like an image.tinymce.Env
operaBooleanConstant that is true if the browser is Opera.tinymce.Env
rangeBooleanConstant that is true if the browser supports native DOM Ranges. IE 9+.tinymce.Env
transparentSrcBooleanTransparent image data url.tinymce.Env
webKitBooleanConstant that is true if the browser is WebKit (Safari/Chrome).tinymce.Env

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.