X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/source/Element.keys.html?ds=sidebyside diff --git a/docs/source/Element.keys.html b/docs/source/Element.keys.html index e479d642..53132000 100644 --- a/docs/source/Element.keys.html +++ b/docs/source/Element.keys.html @@ -1,5 +1,6 @@
+{key: (number or array), shift: (true/false), ctrl: (true/false), alt: (true/false)}
* @param {Function} fn The function to call
- * @param {Object} scope (optional) The scope of the function
+ * @param {Object} scope (optional) The scope (this
reference) in which the specified function is executed. Defaults to this Element.
* @return {Ext.KeyMap} The KeyMap created
*/
addKeyListener : function(key, fn, scope){