 Loading...
Object AMLHistory
Implements browser history navigation.
Members Table
The following table lists the members exposed by the AMLHistory object.
|
|
Show:
|
| Attribute |
Readonly |
Description |
| Property |
Type |
Readonly |
Description |
| Method |
Returns |
Description |
| $bookmark |
Void |
Adds a page with specifyed marker (as hash) into the browser history. The hashchange event is not fired at this point.
|
| Sytaxis:
object.$bookmark(sHash) Arguments:
| Name |
Type |
O/R |
Description |
| sHash |
String |
Required |
Hash value.
|
|
| Event |
B |
C |
Interface |
Description |
| hashchange |
- |
- |
HashChangeEvent |
Fires on the document when user navigates browser history. Please note this event is not fired when $bookmark method is called.
|
| Constant |
Value |
Description |
|
|