X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.grid.PropertyStore.html diff --git a/docs/output/Ext.grid.PropertyStore.html b/docs/output/Ext.grid.PropertyStore.html index 345ece55..268ff9fc 100644 --- a/docs/output/Ext.grid.PropertyStore.html +++ b/docs/output/Ext.grid.PropertyStore.html @@ -1,4 +1,4 @@ -
Observable PropertyStore
Package: | Ext.grid |
Defined In: | PropertyGrid.js |
Class: | PropertyStore |
Extends: | Observable |
Observable PropertyStore
Package: | Ext.grid |
Defined In: | PropertyGrid.js |
Class: | PropertyStore |
Extends: | Observable |
Config Options | Defined By | |
---|---|---|
listeners : Object A config object containing one or more event handlers to be added to this
@@ -114,38 +114,38 @@ Or a shorthand syntax: Returns:scope: this });
| 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).
|