Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojo/hash.js

  • Provides:

    • dojo.hash
  • dojo.hash

    • parameters:
      • hash: (typeof String)
        the hash is set - #string.
      • replace: (typeof Boolean)
        If true, updates the hash value in the current history
        state instead of creating a new history state.
    • returns
      String
    • summary
      Gets or sets the hash string.
    • description
      Handles getting and setting of location.hash.
      - If no arguments are passed, acts as a getter.
      - If a string is passed, acts as a setter.
    • return_summary
      when used as a getter, returns the current hash string.
      when used as a setter, returns the new hash string.
    • type
      Function
  • dojo.config.hashPollFrequency

    • type
      Number
  • dojo

    • type
      Object