X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.grid.PropertyStore.html diff --git a/docs/output/Ext.grid.PropertyStore.html b/docs/output/Ext.grid.PropertyStore.html index e135baf9..c450bc04 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
@@ -112,7 +112,7 @@ Or a shorthand syntax: Returns:'mouseover' : this.onMouseOver, 'mouseout' : this.onMouseOut, scope: this -});
| 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 @@ -121,13 +121,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). |