adds a state object (args) to the history list.
To support getting back button notifications, the object
argument should implement a function called either "back",
"backButton", or "handle". The string "back" will be passed as
the first and only argument to this callback.
To support getting forward button notifications, the object
argument should implement a function called either "forward",
"forwardButton", or "handle". The string "forward" will be
passed as the first and only argument to this callback.
If you want the browser location string to change, define "changeUrl" on the object. If the
value of "changeUrl" is true, then a unique number will be appended to the URL as a fragment
Parameter |
Type |
Usage |
Description |
args |
dojo.__backArgs |
required |
|
Examples