ObservableHistory
| Package: | CQ.Ext |
| Class: | History |
| Extends: | CQ.Ext.util.Observable |
| Clientlib: | cq.widgets |
| Method | Defined By | |
|---|---|---|
|
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( String/Array events ) : void Enables 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 CQ.Ext.Components to bubble events to owner Containers. See CQ.Ext.Component.getBubbleTarget. The default implementation in CQ.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 | |
|
forward() : void Programmatically steps forward one step in browser history (equivalent to the user pressing the Forward button).
Programmatically steps forward one step in browser history (equivalent to the user pressing the Forward button).
Parameters:
|
History | |
|
getToken() : String Retrieves the currently-active history token.
Retrieves the currently-active history token.
Parameters:
|
History | |
init( [Boolean onReady], [Object scope] ) : void Initialize the global History instance.
Initialize the global History instance.
Parameters:
|
History | |
relayEvents( Object o, Array events ) : void Relays selected events from the specified Observable as if the events were fired by this.
Relays selected events from the specified Observable as if the events were fired by this.
Parameters:
|
Observable | |