X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.util.ClickRepeater.html diff --git a/docs/output/Ext.util.ClickRepeater.html b/docs/output/Ext.util.ClickRepeater.html index 84f29e7b..daa1e82f 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. @@ -60,9 +60,11 @@ Ext.DomObserver = Ext.extend(Object, { mode: 'local', triggerAction: 'all' });

Observable pressClass : String
A CSS class name to be applied to the element while pressed.
ClickRepeater preventDefault : Boolean
True to prevent the default click event
ClickRepeater stopDefault : Boolean
True to stop the default click event
ClickRepeater

Public Properties

This class has no public properties.

Public Methods

MethodDefined By