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_ff_ext.js

  • dojo.isBrowser

    • type
      Object
  • dojo._name

    • type
      String
  • dojo

    • alias - dojo
  • dojo.baseUrl

    • alias - dojo.config.baseUrl
  • navigator

    • alias - navigator
  • navigator.userAgent

    • alias - navigator.userAgent
  • navigator.appVersion

    • alias - navigator.appVersion
  • dojo.isMozilla

  • dojo.isMoz

    • alias - tv
  • dojo.isFF

    • type
      Object
  • dojo.isQuirks

    • type
      bool
  • dojo.locale

    • type
      Object
  • dojo._xhrObj

    • type
      Function
  • dojo._loadUri

    • alias - dojo._loadUri
    • parameters:
      • uri
      • cb
    • type
      Function
  • dojo._isDocumentOk

    • parameters:
      • http
    • returns
      Boolean
    • type
      Function
  • dojo._getText

    • parameters:
      • uri: (typeof URI)
        A relative or absolute uri. If absolute, it still must be in
        the same "domain" as we are.
      • fail_ok: (typeof Boolean)
        Default false. If fail_ok and loading fails, return null
        instead of throwing.
    • returns
      null|String
    • 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._windowUnloaders

    • type
      Array
  • dojo.windowUnloaded

    • summary
      signal fired by impending window destruction. You may use
      dojo.addOnWIndowUnload() or dojo.connect() to this method to perform
      page/application cleanup methods. See dojo.addOnWindowUnload for more info.
    • type
      Function
  • dojo.addOnWindowUnload

    • parameters:
      • obj: (typeof Object)
      • functionName: (typeof String|Function)
    • summary
      registers a function to be triggered when window.onunload fires.
      Be careful trying to modify the DOM or access JavaScript properties
      during this phase of page unloading: they may not always be available.
      Consider dojo.addOnUnload() if you need to modify the DOM or do heavy
      JavaScript work.
    • example
      	dojo.addOnWindowUnload(functionPointer)
      	dojo.addOnWindowUnload(object, "functionName")
      	dojo.addOnWindowUnload(object, function(){ /* ... */});
    • type
      Function
  • dojo._defaultContext

    • type
      Array
  • dojo.pushContext

    • parameters:
      • g: (typeof Object|String)
        The global context. If a string, the id of the frame to
        search for a context and document.
      • d: (typeof MDocumentElement)
        The document element to execute subsequent code with.
    • returns
      Array
    • summary
      causes subsequent calls to Dojo methods to assume the
      passed object and, optionally, document as the default
      scopes to use. A 2-element array of the previous global and
      document are returned.
    • description
      dojo.pushContext treats contexts as a stack. The
      auto-detected contexts which are initially provided using
      dojo.setContext() require authors to keep state in order to
      "return" to a previous context, whereas the
      dojo.pushContext and dojo.popContext methods provide a more
      natural way to augment blocks of code to ensure that they
      execute in a different window or frame without issue. If
      called without any arguments, the default context (the
      context when Dojo is first loaded) is instead pushed into
      the stack. If only a single string is passed, a node in the
      intitial context's document is looked up and its
      contextWindow and contextDocument properties are used as
      the context to push. This means that iframes can be given
      an ID and code can be executed in the scope of the iframe's
      document in subsequent calls easily.
    • type
      Function
  • dojo.popContext

    • summary
      If the context stack contains elements, ensure that
      subsequent code executes in the *previous* context to the
      current context. The current context set ([global,
      document]) is returned.
    • type
      Function
  • dojo._inContext

    • parameters:
      • g
      • d
      • f
    • type
      Function
  • dojo._initFired

    • type
      bool
  • dojo._loadInit

    • parameters:
      • e
    • type
      Function
  • dojo.config.modulePaths

    • alias - dojo.config.modulePaths
  • console.log

    • parameters:
      • m
    • type
      Function
  • console.debug

    • type
      Function