Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.util.ClickRepeater-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.util.ClickRepeater-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.util.ClickRepeater-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.util.ClickRepeater-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.util.ClickRepeater"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8
        </div>
9
                <div class="inheritance res-block">
10
<pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11
  <img src="resources/elbow-end.gif"/>ClickRepeater</pre></div>
12
                <h1>Class Ext.util.ClickRepeater</h1>
13
        <table cellspacing="0">
14
            <tr><td class="label">Package:</td><td class="hd-info">Ext.util</td></tr>
15
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/util/ClickRepeater.js" target="_blank">ClickRepeater.js</a></td></tr>
16
            <tr><td class="label">Class:</td><td class="hd-info">ClickRepeater</td></tr>
17
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a></td></tr>
18
                    </table>
19
        <div class="description">
20
            A wrapper class which can be applied to any element. Fires a "click" event while the
21
 mouse is pressed. The interval between firings may be specified in the config but
22
 defaults to 20 milliseconds.
23
 
24
 Optionally, a CSS class may be applied to the element during the time it is pressed.        </div>
25
 
26
        <div class="hr"></div>
27
                <a id="Ext.util.ClickRepeater-configs"></a>
28
        <h2>Config Options</h2>
29
        <table cellspacing="0" class="member-table">
30
            <tr>
31
                <th class="sig-header" colspan="2">Config Options</th>
32
                <th class="msource-header">Defined By</th>
33
            </tr>
34
                <tr class="config-row">
35
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
36
        <td class="sig">
37
        <a id="Ext.util.ClickRepeater-accelerate"></a>
38
            <b>accelerate</b> : Boolean            <div class="mdesc">
39
                            True if autorepeating should start slowly and accelerate. "interval" and "delay" are ignored.                        </div>
40
        </td>
41
        <td class="msource">ClickRepeater</td>
42
    </tr>
43
        <tr class="config-row alt">
44
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
45
        <td class="sig">
46
        <a id="Ext.util.ClickRepeater-delay"></a>
47
            <b>delay</b> : Number            <div class="mdesc">
48
                            The initial delay before the repeating event begins firing. Similar to an autorepeat key delay.                        </div>
49
        </td>
50
        <td class="msource">ClickRepeater</td>
51
    </tr>
52
        <tr class="config-row">
53
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
54
        <td class="sig">
55
        <a id="Ext.util.ClickRepeater-el"></a>
56
            <b>el</b> : Mixed            <div class="mdesc">
57
                            The element to act as a button.                        </div>
58
        </td>
59
        <td class="msource">ClickRepeater</td>
60
    </tr>
61
        <tr class="config-row alt">
62
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
63
        <td class="sig">
64
        <a id="Ext.util.ClickRepeater-interval"></a>
65
            <b>interval</b> : Number            <div class="mdesc">
66
                            The interval between firings of the "click" event. Default 20 ms.                        </div>
67
        </td>
68
        <td class="msource">ClickRepeater</td>
69
    </tr>
70
        <tr class="config-row inherited expandable">
71
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
72
        <td class="sig">
73
        <a id="Ext.util.ClickRepeater-listeners"></a>
74
            <b>listeners</b> : Object            <div class="mdesc">
75
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
76
            <div class="long">
77
                A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>
78
                        </div>
79
        </td>
80
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
81
    </tr>
82
        <tr class="config-row alt">
83
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
84
        <td class="sig">
85
        <a id="Ext.util.ClickRepeater-pressClass"></a>
86
            <b>pressClass</b> : String            <div class="mdesc">
87
                            A CSS class name to be applied to the element while pressed.                        </div>
88
        </td>
89
        <td class="msource">ClickRepeater</td>
90
    </tr>
91
        <tr class="config-row">
92
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
93
        <td class="sig">
94
        <a id="Ext.util.ClickRepeater-preventDefault"></a>
95
            <b>preventDefault</b> : Boolean            <div class="mdesc">
96
                            True to prevent the default click event                        </div>
97
        </td>
98
        <td class="msource">ClickRepeater</td>
99
    </tr>
100
        <tr class="config-row alt">
101
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
102
        <td class="sig">
103
        <a id="Ext.util.ClickRepeater-stopDefault"></a>
104
            <b>stopDefault</b> : Boolean            <div class="mdesc">
105
                            True to stop the default click event                        </div>
106
        </td>
107
        <td class="msource">ClickRepeater</td>
108
    </tr>
109
            </table>
110
                <a id="Ext.util.ClickRepeater-props"></a>
111
        <h2>Public Properties</h2>
112
        <div class="no-members">This class has no public properties.</div>        <a id="Ext.util.ClickRepeater-methods"></a>
113
        <h2>Public Methods</h2>
114
                <table cellspacing="0" class="member-table">
115
            <tr>
116
                <th class="sig-header" colspan="2">Method</th>
117
                <th class="msource-header">Defined By</th>
118
            </tr>
119
                <tr class="method-row expandable">
120
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
121
        <td class="sig">
122
        <a id="Ext.util.ClickRepeater-ClickRepeater"></a>
123
            <b>ClickRepeater</b>(&nbsp;<code>Mixed el</code>, <code>Object config</code>&nbsp;)            <div class="mdesc">
124
                        <div class="short"></div>
125
            <div class="long">
126
                    <div class="mdetail-params">
127
        <strong>Parameters:</strong>
128
        <ul><li><code>el</code> : Mixed<div class="sub-desc">The element to listen on</div></li><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>
129
        <strong>Returns:</strong>
130
        <ul>
131
            <li><code></code></li>
132
        </ul>
133
    </div>
134
                </div>
135
                        </div>
136
        </td>
137
        <td class="msource">ClickRepeater</td>
138
    </tr>
139
        <tr class="method-row inherited alt expandable">
140
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
141
        <td class="sig">
142
        <a id="Ext.util.ClickRepeater-addEvents"></a>
143
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
144
                        <div class="short">Used to define events on this Observable</div>
145
            <div class="long">
146
                Used to define events on this Observable    <div class="mdetail-params">
147
        <strong>Parameters:</strong>
148
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
149
        <strong>Returns:</strong>
150
        <ul>
151
            <li><code>void</code></li>
152
        </ul>
153
    </div>
154
                </div>
155
                        </div>
156
        </td>
157
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
158
    </tr>
159
        <tr class="method-row inherited expandable">
160
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
161
        <td class="sig">
162
        <a id="Ext.util.ClickRepeater-addListener"></a>
163
            <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
164
                        <div class="short">Appends an event handler to this component</div>
165
            <div class="long">
166
                Appends an event handler to this component    <div class="mdetail-params">
167
        <strong>Parameters:</strong>
168
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
169
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
170
properties. This may contain any of the following properties:<ul>
171
<li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
172
<li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
173
<li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
174
<li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
175
by the specified number of milliseconds. If the event fires again within that time, the original
176
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
177
</ul><br>
178
<p>
179
<b>Combining Options</b><br>
180
Using the options argument, it is possible to combine different types of listeners:<br>
181
<br>
182
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
183
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
184
    single: true,
185
    delay: 100,
186
    forumId: 4
187
});</code></pre>
188
<p>
189
<b>Attaching multiple handlers in 1 call</b><br>
190
The method also allows for a single argument to be passed which is a config object containing properties
191
which specify multiple handlers.
192
<p>
193
<pre><code>foo.on({
194
    <em>'click'</em> : {
195
        fn: <b>this</b>.onClick,
196
        scope: <b>this</b>,
197
        delay: 100
198
    },
199
    <em>'mouseover'</em> : {
200
        fn: <b>this</b>.onMouseOver,
201
        scope: <b>this</b>
202
    },
203
    <em>'mouseout'</em> : {
204
        fn: <b>this</b>.onMouseOut,
205
        scope: <b>this</b>
206
    }
207
});</code></pre>
208
<p>
209
Or a shorthand syntax:<br>
210
<pre><code>foo.on({
211
    <em>'click'</em> : <b>this</b>.onClick,
212
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
213
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
214
     scope: <b>this</b>
215
});</code></pre></div></li>        </ul>
216
        <strong>Returns:</strong>
217
        <ul>
218
            <li><code>void</code></li>
219
        </ul>
220
    </div>
221
                </div>
222
                        </div>
223
        </td>
224
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
225
    </tr>
226
        <tr class="method-row inherited alt expandable">
227
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
228
        <td class="sig">
229
        <a id="Ext.util.ClickRepeater-fireEvent"></a>
230
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
231
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
232
            <div class="long">
233
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
234
        <strong>Parameters:</strong>
235
        <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>
236
        <strong>Returns:</strong>
237
        <ul>
238
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
239
        </ul>
240
    </div>
241
                </div>
242
                        </div>
243
        </td>
244
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
245
    </tr>
246
        <tr class="method-row inherited expandable">
247
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
248
        <td class="sig">
249
        <a id="Ext.util.ClickRepeater-hasListener"></a>
250
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
251
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
252
            <div class="long">
253
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
254
        <strong>Parameters:</strong>
255
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
256
        <strong>Returns:</strong>
257
        <ul>
258
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
259
        </ul>
260
    </div>
261
                </div>
262
                        </div>
263
        </td>
264
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
265
    </tr>
266
        <tr class="method-row inherited alt expandable">
267
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
268
        <td class="sig">
269
        <a id="Ext.util.ClickRepeater-on"></a>
270
            <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
271
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
272
            <div class="long">
273
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
274
        <strong>Parameters:</strong>
275
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
276
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
277
        <strong>Returns:</strong>
278
        <ul>
279
            <li><code>void</code></li>
280
        </ul>
281
    </div>
282
                </div>
283
                        </div>
284
        </td>
285
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
286
    </tr>
287
        <tr class="method-row inherited expandable">
288
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
289
        <td class="sig">
290
        <a id="Ext.util.ClickRepeater-purgeListeners"></a>
291
            <b>purgeListeners</b>() : void            <div class="mdesc">
292
                        <div class="short">Removes all listeners for this object</div>
293
            <div class="long">
294
                Removes all listeners for this object    <div class="mdetail-params">
295
        <strong>Parameters:</strong>
296
        <ul><li>None.</li>        </ul>
297
        <strong>Returns:</strong>
298
        <ul>
299
            <li><code>void</code></li>
300
        </ul>
301
    </div>
302
                </div>
303
                        </div>
304
        </td>
305
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
306
    </tr>
307
        <tr class="method-row inherited alt expandable">
308
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
309
        <td class="sig">
310
        <a id="Ext.util.ClickRepeater-removeListener"></a>
311
            <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
312
                        <div class="short">Removes a listener</div>
313
            <div class="long">
314
                Removes a listener    <div class="mdetail-params">
315
        <strong>Parameters:</strong>
316
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
317
        <strong>Returns:</strong>
318
        <ul>
319
            <li><code>void</code></li>
320
        </ul>
321
    </div>
322
                </div>
323
                        </div>
324
        </td>
325
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
326
    </tr>
327
        <tr class="method-row inherited expandable">
328
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
329
        <td class="sig">
330
        <a id="Ext.util.ClickRepeater-resumeEvents"></a>
331
            <b>resumeEvents</b>() : void            <div class="mdesc">
332
                        <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>
333
            <div class="long">
334
                Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">
335
        <strong>Parameters:</strong>
336
        <ul><li>None.</li>        </ul>
337
        <strong>Returns:</strong>
338
        <ul>
339
            <li><code>void</code></li>
340
        </ul>
341
    </div>
342
                </div>
343
                        </div>
344
        </td>
345
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
346
    </tr>
347
        <tr class="method-row inherited alt expandable">
348
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
349
        <td class="sig">
350
        <a id="Ext.util.ClickRepeater-suspendEvents"></a>
351
            <b>suspendEvents</b>() : void            <div class="mdesc">
352
                        <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>
353
            <div class="long">
354
                Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">
355
        <strong>Parameters:</strong>
356
        <ul><li>None.</li>        </ul>
357
        <strong>Returns:</strong>
358
        <ul>
359
            <li><code>void</code></li>
360
        </ul>
361
    </div>
362
                </div>
363
                        </div>
364
        </td>
365
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
366
    </tr>
367
        <tr class="method-row inherited expandable">
368
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
369
        <td class="sig">
370
        <a id="Ext.util.ClickRepeater-un"></a>
371
            <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
372
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
373
            <div class="long">
374
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
375
        <strong>Parameters:</strong>
376
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
377
        <strong>Returns:</strong>
378
        <ul>
379
            <li><code>void</code></li>
380
        </ul>
381
    </div>
382
                </div>
383
                        </div>
384
        </td>
385
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
386
    </tr>
387
            </table>
388
                <a id="Ext.util.ClickRepeater-events"></a>
389
        <h2>Public Events</h2>
390
                <table cellspacing="0" class="member-table">
391
            <tr>
392
                <th class="sig-header" colspan="2">Event</th>
393
                <th class="msource-header">Defined By</th>
394
            </tr>
395
                <tr class="event-row expandable">
396
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
397
        <td class="sig">
398
        <a id="Ext.util.ClickRepeater-click"></a>
399
            <b>click</b> : (&nbsp;<code>Ext.util.ClickRepeater this</code>&nbsp;)            <div class="mdesc">
400
                        <div class="short">Fires on a specified interval during the time the element is pressed.</div>
401
            <div class="long">
402
                Fires on a specified interval during the time the element is pressed.    <div class="mdetail-params">
403
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
404
        <ul><li><code>this</code> : Ext.util.ClickRepeater<div class="sub-desc"></div></li>        </ul>
405
    </div>
406
                </div>
407
                        </div>
408
        </td>
409
        <td class="msource">ClickRepeater</td>
410
    </tr>
411
        <tr class="event-row alt expandable">
412
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
413
        <td class="sig">
414
        <a id="Ext.util.ClickRepeater-mousedown"></a>
415
            <b>mousedown</b> : (&nbsp;<code>Ext.util.ClickRepeater this</code>&nbsp;)            <div class="mdesc">
416
                        <div class="short">Fires when the mouse button is depressed.</div>
417
            <div class="long">
418
                Fires when the mouse button is depressed.    <div class="mdetail-params">
419
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
420
        <ul><li><code>this</code> : Ext.util.ClickRepeater<div class="sub-desc"></div></li>        </ul>
421
    </div>
422
                </div>
423
                        </div>
424
        </td>
425
        <td class="msource">ClickRepeater</td>
426
    </tr>
427
        <tr class="event-row expandable">
428
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
429
        <td class="sig">
430
        <a id="Ext.util.ClickRepeater-mouseup"></a>
431
            <b>mouseup</b> : (&nbsp;<code>Ext.util.ClickRepeater this</code>&nbsp;)            <div class="mdesc">
432
                        <div class="short">Fires when the mouse key is released.</div>
433
            <div class="long">
434
                Fires when the mouse key is released.    <div class="mdetail-params">
435
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
436
        <ul><li><code>this</code> : Ext.util.ClickRepeater<div class="sub-desc"></div></li>        </ul>
437
    </div>
438
                </div>
439
                        </div>
440
        </td>
441
        <td class="msource">ClickRepeater</td>
442
    </tr>
443
            </table>
444
 
445
        </div>