Set of flags which describes current environment.
Changing flags manually may have an unpredictable result..
$customScroll | enables custom scroll |
cdn | returns Webix CDN location |
cssPrefix | browser-specific prefix for CSS transforms and transitions |
https | returns true if the protocol of the page is https and false, if it's http |
isAndroid | a read-only boolean indicating whether the current operating system is Android |
isEdge | a read-only boolean indicating whether the current browser is Microsoft Edge |
isFF | a read-only boolean indicating whether the current browser is Firefox |
isIE | a read-only boolean indicating whether the current browser is Internet Explorer |
isIE8 | a read-only boolean indicating whether the current browser is IE8 |
isMac | a read-only boolean indicating whether the current operating system is macOS |
isOpera | a read-only boolean indicating whether the current browser is Opera |
isSafari | a read-only boolean indicating whether the current browser is Safari |
isWebKit | a read-only boolean indicating whether the current browser is WebKit based (Google Chrome) |
jsPrefix | browser-specific prefix for CSS transforms and transitions (in Javascript code) |
maxHTMLElementSize | the maximum width/height of an HTML element that can be created by Webix |
mobile | a read-only boolean indicating whether a mobile device is used |
mouse | set of mouse-specific properties |
passiveEventListeners | if true, the current browser distinquishes between passive and non-passive event listeners |
pointerevents | indicates whether CSS pointer-events property is supported in the current browser |
printMargin | sets the margin for printed pages in pixels |
printPPI | sets default pixel per inch (ppi) ratio for printing |
scrollSize | returns the width of the scroll bar |
strict | a read-only boolean flag indicating whether a strict mode is enabled for Webix library |
svg | a read-only boolean indicating whether the current browser supports SVG |
svganimation | a read-only boolean indicating whether the current browser supports SVG CSS animation |
touch | a read-only boolean indicating whether the current browser supports touch-actions |
transform | a read-only boolean indicating whether the current browser supports CSS Transforms |
transition | a read-only boolean indicating whether the current browser supports CSS Transitions |
transitionDuration | the name of the browser-specific transition-duration event |
transitionEnd | the name of the browser-specific transition-end event |
translate | the name of the translate CSS style. Can be "translate" or "translate3d" (if the second one is supported) |
zIndexBase | maximum used z-index |