X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.History.html diff --git a/docs/output/Ext.History.html b/docs/output/Ext.History.html index 6ee244c7..49c2597b 100644 --- a/docs/output/Ext.History.html +++ b/docs/output/Ext.History.html @@ -1,6 +1,6 @@ -
Observable History
Package: | Ext |
Defined In: | History.js |
Class: | History |
Extends: | Observable |
Observable History
Package: | Ext |
Defined In: | History.js |
Class: | History |
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 @@ -58,15 +58,15 @@ Ext.DomObserver = Ext.extend(Object, { triggerAction: 'all' }); | Observable |
Property | Defined By | |
---|---|---|
fieldId : String The id of the hidden field required for storing the current history token. | History | |
iframeId : String The id of the iframe required by IE to manage the history stack. | History |
Method | Defined By | |
---|---|---|
add( String token , Boolean preventDuplicates )
:
- voidAdd a new token to the history stack. This can be any arbitrary value, although it would
-commonly be the concatenati... Add a new token to the history stack. This can be any arbitrary value, although it would
-commonly be the concatenation of a component id and another id marking the specifc history
-state of that component. Example usage:
-
Parameters:
| History | |
addEvents( Object|String o , string Optional. )
:
voidAdds the specified events to the list of events which this Observable may fire. Adds the specified events to the list of events which this Observable may fire. Parameters:
| History | |
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).
@@ -171,7 +171,7 @@ by calling Checks to see if this object has any listeners for a specified event Checks to see if this object has any listeners for a specified event Parameters:
| Observable | |
init( [Boolean onReady ], [Object scope ] )
:
- voidInitialize the global History instance. Initialize the global History instance. Parameters:
| History | |
on( String eventName , Function handler , [Object scope ], [Object options ] )
:
voidAppends an event handler to this object (shorthand for addListener.) Appends an event handler to this object (shorthand for addListener.) Parameters:
|