X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.util.ClickRepeater.html diff --git a/docs/output/Ext.util.ClickRepeater.html b/docs/output/Ext.util.ClickRepeater.html index 5ad4d973..db265e0f 100644 --- a/docs/output/Ext.util.ClickRepeater.html +++ b/docs/output/Ext.util.ClickRepeater.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  ClickRepeater

Class Ext.util.ClickRepeater

Package:Ext.util
Defined In:ClickRepeater.js
Class:ClickRepeater
Extends:Observable
A wrapper class which can be applied to any element. Fires a "click" event while the +
Observable
  ClickRepeater

Class Ext.util.ClickRepeater

Package:Ext.util
Defined In:ClickRepeater.js
Class:ClickRepeater
Extends:Observable
A wrapper class which can be applied to any element. Fires a "click" event while the mouse is pressed. The interval between firings may be specified in the config but defaults to 20 milliseconds. @@ -183,9 +183,9 @@ events fired during event suspension will be sent to any listeners now.
resumeEvents call instead of discarding all suspended events;
Returns:
  • void
Observable unString eventNameFunction handler[Object scope] ) : void
Removes an event handler (shorthand for removeListener.)
Removes an event handler (shorthand for removeListener.)
Parameters:
  • eventName : String
    The type of event the handler was associated with.
  • handler : Function
    The handler to remove. This must be a reference to the function passed into the addListener call.
  • scope : Object
    (optional) The scope originally specified for the handler.
Returns:
  • void
Observable

Public Events

EventDefined By
\ No newline at end of file + ( Ext.util.ClickRepeater thisExt.EventObject e ) +
Fires on a specified interval during the time the element is pressed.
Fires on a specified interval during the time the element is pressed.
Listeners will be called with the following arguments:
  • this : Ext.util.ClickRepeater
  • e : Ext.EventObject
ClickRepeater mousedown : + ( Ext.util.ClickRepeater thisExt.EventObject e ) +
Fires when the mouse button is depressed.
Fires when the mouse button is depressed.
Listeners will be called with the following arguments:
  • this : Ext.util.ClickRepeater
  • e : Ext.EventObject
ClickRepeater mouseup : + ( Ext.util.ClickRepeater thisExt.EventObject e ) +
Fires when the mouse key is released.
Fires when the mouse key is released.
Listeners will be called with the following arguments:
  • this : Ext.util.ClickRepeater
  • e : Ext.EventObject
ClickRepeater \ No newline at end of file