<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>
<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){
},
<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'> /**