X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.History.html diff --git a/docs/output/Ext.History.html b/docs/output/Ext.History.html index 2bae4169..49c2597b 100644 --- a/docs/output/Ext.History.html +++ b/docs/output/Ext.History.html @@ -1,6 +1,6 @@ -
Properties Methods Events Config Options Direct Link
Observable
  History

Class Ext.History

Package:Ext
Defined In:History.js
Class:History
Extends:Observable
History management component that allows you to register arbitrary tokens that signify application -history state on navigation actions. You can then handle the history change event in order -to reset your application UI to the appropriate state when the user navigates forward or backward through +
Observable
  History

Class Ext.History

Package:Ext
Defined In:History.js
Class:History
Extends:Observable
History management component that allows you to register arbitrary tokens that signify application +history state on navigation actions. You can then handle the history change event in order +to reset your application UI to the appropriate state when the user navigates forward or backward through the browser history stack.

This class is a singleton and cannot be created directly.

Config Options

Config OptionsDefined By

Public Properties

PropertyDefined 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

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file + void
Removes an event handler (shorthand for removeListener.)
Removes an event handler (shorthand for removeListener.)
Parameters:
  • eventName : String
    The type of event the handler was associated with.
  • handler : Function
    The handler to remove. This must be a reference to the function passed into the addListener call.
  • scope : Object
    (optional) The scope originally specified for the handler.
Returns:
  • void
Observable

Public Events

EventDefined By
\ No newline at end of file