X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Element.keys.html diff --git a/docs/source/Element.keys.html b/docs/source/Element.keys.html index 3e3a3cfc..bec6b3b4 100644 --- a/docs/source/Element.keys.html +++ b/docs/source/Element.keys.html @@ -3,8 +3,8 @@ The source code - - + + @@ -15,13 +15,13 @@ -
/**
- * @class Ext.core.Element
+  
/**
+ * @class Ext.Element
  */
-Ext.core.Element.addMethods({
-    /**
+Ext.Element.addMethods({
+    /**
      * Convenience method for constructing a KeyMap
-     * @param {Number/Array/Object/String} key Either a string with the keys to listen for, the numeric key code, array of key codes or an object with the following options:
+     * @param {String/Number/Number[]/Object} key Either a string with the keys to listen for, the numeric key code, array of key codes or an object with the following options:
      * <code>{key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)}</code>
      * @param {Function} fn The function to call
      * @param {Object} scope (optional) The scope (<code>this</code> reference) in which the specified function is executed. Defaults to this Element.
@@ -48,7 +48,7 @@ Ext.core.Element.addMethods({
         return Ext.create('Ext.util.KeyMap', this, config);
     },
 
-    /**
+    /**
      * Creates a KeyMap for this element
      * @param {Object} config The KeyMap config. See {@link Ext.util.KeyMap} for more details
      * @return {Ext.util.KeyMap} The KeyMap created
@@ -58,8 +58,8 @@ Ext.core.Element.addMethods({
     }
 });
 
-//Import the newly-added Ext.core.Element functions into CompositeElementLite. We call this here because
-//Element.keys.js is the last extra Ext.core.Element include in the ext-all.js build
+//Import the newly-added Ext.Element functions into CompositeElementLite. We call this here because
+//Element.keys.js is the last extra Ext.Element include in the ext-all.js build
 Ext.CompositeElementLite.importElementMethods();