X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..refs/heads/old:/docs/output/Ext.util.ClickRepeater.html?ds=sidebyside diff --git a/docs/output/Ext.util.ClickRepeater.html b/docs/output/Ext.util.ClickRepeater.html index daa1e82f..6004cc27 100644 --- a/docs/output/Ext.util.ClickRepeater.html +++ b/docs/output/Ext.util.ClickRepeater.html @@ -1,4 +1,5 @@ -
Observable ClickRepeater
Package: | Ext.util |
Defined In: | ClickRepeater.js |
Class: | ClickRepeater |
Extends: | Observable |
Observable + ClickRepeater
Package: | Ext.util |
Defined In: | ClickRepeater.js |
Class: | ClickRepeater |
Extends: | Observable |
String/Array events
)
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget()
if present. There is no implementation in the Observable base class.
This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly.
-Example:
Ext.override(Ext.form.Field, {
- // Add functionality to Field's initComponent to enable the change event to bubble
- initComponent : Ext.form.Field.prototype.initComponent.createSequence(function() {
- this.enableBubble('change');
- }),
-
- // We know that we want Field's events to bubble directly to the FormPanel.
- getBubbleTarget : function() {
- if (!this.formPanel) {
- this.formPanel = this.findParentByType('form');
- }
- return this.formPanel;
- }
-});
-
-var myForm = new Ext.formPanel({
- title: 'User Details',
- items: [{
- ...
- }],
- listeners: {
- change: function() {
- // Title goes red if form has been modified.
- myForm.header.setStyle('color', 'red');
- }
- }
+ voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
+this.getBubbleTarget() if present....Enables events fired by this Observable to bubble up an owner hierarchy by calling
+this.getBubbleTarget()
if present. There is no implementation in the Observable base class.
+This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default
+implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to
+access the required target more quickly.
+Example:
Ext.override(Ext.form.Field, {
+ // Add functionality to Field's initComponent to enable the change event to bubble
+ initComponent : Ext.form.Field.prototype.initComponent.createSequence(function() {
+ this.enableBubble('change');
+ }),
+
+ // We know that we want Field's events to bubble directly to the FormPanel.
+ getBubbleTarget : function() {
+ if (!this.formPanel) {
+ this.formPanel = this.findParentByType('form');
+ }
+ return this.formPanel;
+ }
+});
+
+var myForm = new Ext.formPanel({
+ title: 'User Details',
+ items: [{
+ ...
+ }],
+ listeners: {
+ change: function() {
+ // Title goes red if form has been modified.
+ myForm.header.setStyle('color', 'red');
+ }
+ }
});
Parameters:events
: String/ArrayThe event name to bubble, or an Array of event names.
Returns:- void
String eventName
, Object... args
)
:
BooleanString eventName
, Function handler
, [Object scope
] )
:
voideventName
: Stringhandler
: Functionscope
: ObjectEvent | Defined By | |
---|---|---|
click :
- ( Ext.util.ClickRepeater this )
- 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:
| ClickRepeater | |
mousedown :
- ( Ext.util.ClickRepeater this )
- Fires when the mouse button is depressed. Fires when the mouse button is depressed. Listeners will be called with the following arguments:
| ClickRepeater | |
mouseup :
- ( Ext.util.ClickRepeater this )
- Fires when the mouse key is released. Fires when the mouse key is released. Listeners will be called with the following arguments:
| ClickRepeater |
Ext.util.ClickRepeater this
, Ext.EventObject e
)
+ this
: Ext.util.ClickRepeatere
: Ext.EventObjectExt.util.ClickRepeater this
, Ext.EventObject e
)
+ this
: Ext.util.ClickRepeatere
: Ext.EventObjectExt.util.ClickRepeater this
, Ext.EventObject e
)
+ this
: Ext.util.ClickRepeatere
: Ext.EventObject