Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / source / ClickRepeater.html
index d31671e..60d9686 100644 (file)
@@ -3,8 +3,8 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>The source code</title>
-  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
-  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
   <style type="text/css">
     .highlight { display: block; background-color: #ddd; }
   </style>
@@ -31,7 +31,7 @@ Ext.define('Ext.util.ClickRepeater', {
 
 <span id='Ext-util-ClickRepeater-method-constructor'>    /**
 </span>     * 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', {
     },
 
 <span id='Ext-util-ClickRepeater-cfg-el'>    /**
-</span>     * @cfg {Mixed} el The element to act as a button.
+</span>     * @cfg {String/HTMLElement/Ext.Element} el The element to act as a button.
      */
 
 <span id='Ext-util-ClickRepeater-cfg-pressedCls'>    /**