This module contains the hash
add the view specific params to the hash for example (view1¶m1=value1)
Parameter | Type | Description |
---|---|---|
hash | String | the url hash |
view | String | the view name |
params | Object | the params for this view |
the hash string
build up the url hash adding the params
Parameter | Type | Description |
---|---|---|
hash | String | the url hash |
params | Object | the params object |
the params object
called to handle a view specific params object
Parameter | Type | Description |
---|---|---|
params | Object | the view specific params object |
viewPart | String | the part of the view with the params for the view |
the params object for the view
get the params from the hash
Parameter | Type | Description |
---|---|---|
hash | String | the url hash |
the params object
return the param string
Parameter | Type | Description |
---|---|---|
params | Object | the params object |
the params string
return the target string
Parameter | Type | Description |
---|---|---|
hash | String | the hash string |
defaultView | String |
Optional the optional defaultView string |
the target string