X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.env.OS.html diff --git a/docs/api/Ext.env.OS.html b/docs/api/Ext.env.OS.html new file mode 100644 index 00000000..014023e9 --- /dev/null +++ b/docs/api/Ext.env.OS.html @@ -0,0 +1,52 @@ +Ext.env.OS | Ext JS 4.0 Documentation +
For up to date documentation and features, visit +http://docs.sencha.com/ext-js/4-0

Sencha Documentation

+ + + + + +

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

+
\ No newline at end of file