X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/ClickRepeater.html diff --git a/docs/source/ClickRepeater.html b/docs/source/ClickRepeater.html index d31671e8..60d9686a 100644 --- a/docs/source/ClickRepeater.html +++ b/docs/source/ClickRepeater.html @@ -3,8 +3,8 @@ The source code - - + + @@ -31,7 +31,7 @@ Ext.define('Ext.util.ClickRepeater', { /** * Creates new ClickRepeater. - * @param {Mixed} el The element to listen on + * @param {String/HTMLElement/Ext.Element} el The element or its ID to listen on * @param {Object} config (optional) Config object. */ constructor : function(el, config){ @@ -78,7 +78,7 @@ Ext.define('Ext.util.ClickRepeater', { }, /** - * @cfg {Mixed} el The element to act as a button. + * @cfg {String/HTMLElement/Ext.Element} el The element to act as a button. */ /**