X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.History.html?ds=inline diff --git a/docs/output/Ext.History.html b/docs/output/Ext.History.html index 2bae4169..6ee244c7 100644 --- a/docs/output/Ext.History.html +++ b/docs/output/Ext.History.html @@ -1,4 +1,4 @@ -
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
@@ -67,9 +67,11 @@ tabPanel.on('tabchange', function(tabPanel, tab){
Ext.History.add(tabPanel.id + ':' + tab.id);
}); Parameters:
| History | |
addEvents( Object object )
+at the same history stack location (defaults to true).Returns:
| History | |
addEvents( Object|String o , string Optional. )
:
- voidUsed to define events on this Observable Used to define events on this Observable Parameters:
| Observable | |
addListener( String eventName , Function handler , [Object scope ], [Object options ] )
+ 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:
| Observable | |
addListener( String eventName , Function handler , [Object scope ], [Object options ] )
:
voidAppends an event handler to this object. Appends an event handler to this object. Parameters:
| Observable | |
back()
:
- void Programmatically steps back one step in browser history (equivalent to the user pressing the Back button). Programmatically steps back one step in browser history (equivalent to the user pressing the Back button). Parameters:
| History | |
enableBubble( Object events )
- :
- voidUsed to enable bubbling of events Used to enable bubbling of events Parameters:
| Observable | |
fireEvent( String eventName , Object... args )
+ voidProgrammatically steps back one step in browser history (equivalent to the user pressing the Back button). Programmatically steps back one step in browser history (equivalent to the user pressing the Back button). 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:
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). @@ -138,7 +172,7 @@ by callingChecks 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 ] )
+component is fully initialized.scope : Object(optional) The scope ( this reference) in which the callback is executed. Defaults to the browser window.
| 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:
| Observable | |
purgeListeners()
@@ -158,4 +192,8 @@ events fired during event suspension will be sent to any listeners now. Suspend the firing of all events. (see resumeEvents) Suspend the firing of all events. (see resumeEvents) Parameters:
| Observable | |
un( String eventName , Function handler , [Object scope ] )
:
- voidRemoves an event handler (shorthand for removeListener.) Removes an event handler (shorthand for removeListener.) Parameters:
| Observable |
eventName
: Stringhandler
: Functionscope
: ObjectEvent | Defined By | |
---|---|---|
change :
+ ( String token )
+ Fires when navigation back or forwards within the local page's history occurs. Fires when navigation back or forwards within the local page's history occurs. Listeners will be called with the following arguments:
| History | |
ready :
+ ( Ext.History The )
+ Fires when the Ext.History singleton has been initialized and is ready for use. Fires when the Ext.History singleton has been initialized and is ready for use. Listeners will be called with the following arguments:
| History |