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/_base/_loader/hostenv_rhino.js

  • dojo.baseUrl

    • alias - dojo.config.baseUrl
    • type
      String
  • dojo.locale

    • type
      Object
  • dojo._name

    • type
      String
  • dojo.isRhino

    • type
      Object
  • console.debug

    • alias - print
  • dojo.byId

    • parameters:
      • id
      • doc
    • returns
      assume it's a node
    • type
      Function
  • document

    • alias - document
  • dojo._isLocalUrl

    • parameters:
      • uri: (typeof String)
    • summary
      determines if URI is local or not.
    • type
      Function
  • dojo._loadUri

    • parameters:
      • uri
      • cb
    • returns
      Boolean
    • type
      Function
  • dojo.exit

    • parameters:
      • exitcode
    • type
      Function
  • dojo._getText

    • parameters:
      • uri: (typeof URI)
        A relative or absolute uri.
      • fail_ok: (typeof Boolean)
        Default false. If fail_ok and loading fails, return null
        instead of throwing.
    • summary
      Read the contents of the specified uri and return those contents.
    • return_summary
      The response text. null is returned when there is a
      failure and failure is okay (an exception otherwise)
    • type
      Function
  • dojo.doc

  • dojo.body

    • type
      Function
  • dojo._timeouts

    • type
      Array
  • clearTimeout

    • parameters:
      • idx
    • type
      Function
  • setTimeout

    • parameters:
      • func
      • delay
    • summary
      provides timed callbacks using Java threads
    • type
      Function