X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.History.html diff --git a/docs/output/Ext.History.html b/docs/output/Ext.History.html index ea849da4..0a539f84 100644 --- a/docs/output/Ext.History.html +++ b/docs/output/Ext.History.html @@ -1,4 +1,4 @@ -
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 +
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 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