X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.data.Tree.html?ds=inline diff --git a/docs/output/Ext.data.Tree.html b/docs/output/Ext.data.Tree.html index dfb2477f..aea67312 100644 --- a/docs/output/Ext.data.Tree.html +++ b/docs/output/Ext.data.Tree.html @@ -1,4 +1,4 @@ -
Observable Tree
Package: | Ext.data |
Defined In: | Tree.js |
Class: | Tree |
Extends: | Observable |
Observable Tree
Package: | Ext.data |
Defined In: | Tree.js |
Class: | Tree |
Extends: | Observable |
Config Options | Defined By | |
---|---|---|
listeners : Object A config object containing one or more event handlers to be added to this
object during initialization. This should ... A config object containing one or more event handlers to be added to this
object during initialization. This should be a valid listeners config object as specified in the
@@ -112,38 +112,38 @@ Or a shorthand syntax:
| Observable | |
enableBubble( String/Array events )
:
- 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 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:
| Observable | |
fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
|