X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.util.ClickRepeater.html diff --git a/docs/output/Ext.util.ClickRepeater.html b/docs/output/Ext.util.ClickRepeater.html index 833c29c1..84f29e7b 100644 --- a/docs/output/Ext.util.ClickRepeater.html +++ b/docs/output/Ext.util.ClickRepeater.html @@ -1,467 +1,157 @@ -
-
- 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 - mouse is pressed. The interval between firings may be specified in the config but - defaults to 20 milliseconds. - - Optionally, a CSS class may be applied to the element during the time it is pressed.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - accelerate : Boolean
- True if autorepeating should start slowly and accelerate. "interval" and "delay" are ignored.
-
ClickRepeater
  - - delay : Number
- The initial delay before the repeating event begins firing. Similar to an autorepeat key delay.
-
ClickRepeater
  - - el : Mixed
- The element to act as a button.
-
ClickRepeater
  - - interval : Number
- The interval between firings of the "click" event. Default 20 ms.
-
ClickRepeater
  - - 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

Public Events

EventDefined By
\ No newline at end of file