X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.util.ClickRepeater.html diff --git a/docs/output/Ext.util.ClickRepeater.html b/docs/output/Ext.util.ClickRepeater.html index 5ad4d973..2b577265 100644 --- a/docs/output/Ext.util.ClickRepeater.html +++ b/docs/output/Ext.util.ClickRepeater.html @@ -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: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