the name of the parameter
the string value of the parameter, only string are accepted.
Error if parameterName is not a valid string
// Ex. url is = ***http://localhost:8080/services/ng#ngProjectId=0***
JMap.History.pushHashParameters("myvar", "test")
// The url is now = ***http://localhost:8080/services/ng#ngProjectId=0&myvar=test***
JMap.History.pushHashParameters
You can add or update a parameter in the url hash.