Utilities to make the view transitions bookmarkable.
See the dojox/mobile/bookmarkable reference documentation for more information.
Whether the browser URL needs to be updated to include the hash.
An array containing information about the transition.
Adds transition information.
Parameter | Type | Description |
---|---|---|
fromViewId | String | |
toViewId | String | |
args | Object |
Searches for a starting view and a destination view.
Parameter | Type | Description |
---|---|---|
moveTo | String |
Returns an array containing the transition information.
Parameter | Type | Description |
---|---|---|
fromViewId | String | |
toViewId | String |
Analyzes the given hash (fragment id).
Given a comma-separated list of view IDs, this method searches for a transition destination, and makes all the views in the hash visible.
Parameter | Type | Description |
---|---|---|
fragIds | String |
Updates the hash (fragment id) in the browser URL.
The hash value consists of one or more visible view ids separated with commas.
Parameter | Type | Description |
---|---|---|
toView | Widget |
Called on "/dojo/hashchange" events.
Parameter | Type | Description |
---|---|---|
value | undefined |