X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.data.Tree.html diff --git a/docs/output/Ext.data.Tree.html b/docs/output/Ext.data.Tree.html index 268336f4..c92ed7e4 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
@@ -110,7 +110,7 @@ Or a shorthand syntax:
| Observable | |
enableBubble( Object events )
+});Returns:
| 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 @@ -119,13 +119,13 @@ this.getBubbleTarget() if present... Enables events fi 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:
Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
+});Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
An event may be set to bubble up an Obse... Fires the specified event with the passed parameters (minus the event name). |