プロパティ メソッド イベント ダイレクトリンク

Extクラス

パッケージ:Global
定義ファイル:Ext.js, Ext-more.js
クラス:Ext
継承元:Object
Extコアユーティリティと関数群です。

このクラスはシングルトンパターンで実装されています。直接生成することはできません。
Ext core utilities and functions.

This class is a singleton and cannot be created directly.

プロパティ

プロパティ定義クラス
 enableFx : Boolean
エフェクトを使用するかを指定します。 trueの場合、Ext.Fxクラスが有効になります。
True if the Ext.Fx Class is available
Ext
 enableGarbageCollector : Boolean
trueを設定した場合、Ext.Elementsに対してガーベージコレクタを有効にします。(初期値:true)
True to automatically uncache orphaned Ext.Elements periodically (defaults to true)
Ext
 isAir : Boolean
Adobe Airで動作している場合、trueが設定されます。
True if the detected platform is Adobe Air.
Ext
 isBorderBox : Boolean
Internet Explorerの動作モードがStrict Modeでない場合、trueが設定されます。
True if the detected browser is Internet Explorer running in non-strict mode.
Ext
 isChrome : Boolean
使用ブラウザがGoogle Chromeである場合、trueが設定されます。
True if the detected browser is Chrome.
Ext
 isGecko : Boolean
ブラウザのレンダリングエンジンがGeckoで場合、trueが設定されます。(Mozilla、Firefoxなど)
True if the detected browser uses the Gecko layout engine (e.g. Mozilla, Firefox).
Ext
 isGecko2 : Boolean
ブラウザのレンダリングエンジンがGeckoでバージョンが1.9より古い場合、trueが設定されます。(Firefox 2.xなど)
True if the detected browser uses a pre-Gecko 1.9 layout engine (e.g. Firefox 2.x).
Ext
 isGecko3 : Boolean
ブラウザのレンダリングエンジンがGeckoでバージョンが1.9か、それより新しい場合、trueが設定されます。(Firefox 3.xなど)
True if the detected browser uses a Gecko 1.9+ layout engine (e.g. Firefox 3.x).
Ext
 isIE : Boolean
使用ブラウザがInternet Explorerである場合、trueが設定されます。
True if the detected browser is Internet Explorer.
Ext
 isIE6 : Boolean
使用ブラウザがInternet Explorer6.xである場合、trueが設定されます。
True if the detected browser is Internet Explorer 6.x.
Ext
 isIE7 : Boolean
使用ブラウザがInternet Explorer7.xである場合、trueが設定されます。
True if the detected browser is Internet Explorer 7.x.
Ext
 isIE8 : Boolean
使用ブラウザがInternet Explorer8.xである場合、trueが設定されます。
True if the detected browser is Internet Explorer 8.x.
Ext
 isLinux : Boolean
使用OSがLinuxである場合、trueが設定されます。
True if the detected platform is Linux.
Ext
 isMac : Boolean
使用OSがMac OSである場合、trueが設定されます。
True if the detected platform is Mac OS.
Ext
 isOpera : Boolean
使用ブラウザがOperaである場合、trueが設定されます。
True if the detected browser is Opera.
Ext
 isReady : Boolean
ドキュメントが初期化され、アクション実行の準備が終わっている場合、このフラグにtrueが設定されます。
True when the document is fully initialized and ready for action
Ext
 isSafari : Boolean
使用ブラウザがSafariである場合、trueが設定されます。
True if the detected browser is Safari.
Ext
 isSafari2 : Boolean
使用ブラウザがSafari2.xである場合、trueが設定されます。
True if the detected browser is Safari 2.x.
Ext
 isSafari3 : Boolean
使用ブラウザがSafari3.xである場合、trueが設定されます。
True if the detected browser is Safari 3.x.
Ext
 isSafari4 : Boolean
使用ブラウザがSafari4.xである場合、trueが設定されます。
True if the detected browser is Safari 4.x.
Ext
 isSecure : Boolean
SSLを使用してページを表示している場合、このフラグにtrueに設定されます。
True if the page is running over SSL
Ext
 isStrict : Boolean
ブラウザの動作モードがStrict Mode(規格対応した)の場合、trueが設定されます。
True if the browser is in strict (standards-compliant) mode, as opposed to quirks mode
Ext
 isWebKit : Boolean
ブラウザでWebKitを使用している場合、trueが設定されます。
True if the detected browser uses WebKit.
Ext
 isWindows : Boolean
使用OSがWindowsである場合、trueが設定されます。
True if the detected platform is Windows.
Ext
 ux : Object
ユーザーエクステンションのために割り当てられた名前空間
Namespace alloted for extensions to the framework.
Ext
 version : String
使用しているExt JSのバージョン
The version of the framework
Ext

メソッド

メソッド定義クラス

イベント

このクラスで公開されているイベントはありません。