Ext.env Namespace

Download SDK: SharpKit.ExtJs.zip

Classes

Name Description
Browser Provide useful information about the current browser. Should not be manually instantiated unless for unit-testing; access the global instance stored in Ext.browser instead. Example: if (Ext.browser.is.IE) { // IE specific code here } if (Ext.browser.is.WebKit) { // WebKit specific code here } console.log("Version " + Ext.browser.version); For a full list of supported values, refer to: is @borrows Ext.Base.extend
BrowserConfig
BrowserEvents
FeatureDetector
FeatureDetectorConfig
FeatureDetectorEvents
OS Provide useful information about the current operating system environment. Access the global instance stored in Ext.os. Example: if (Ext.os.is.Windows) { // Windows specific code here } if (Ext.os.is.iOS) { // iPad, iPod, iPhone, etc. } console.log("Version " + Ext.os.version); For a full list of supported values, refer to: Ext.env.OS.is
OSConfig
OSEvents
© Copyright 2005-2011 SharpKit. All rights reserved.