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/window.js

  • Provides:

    • dojo.window
  • dojo.window.getBox

    • summary
      Returns the dimensions and scroll position of the viewable area of a browser window
    • type
      Function
  • dojo.window.get

    • parameters:
      • doc
    • returns
      Window
    • summary
      Get window object associated with document doc
    • type
      Function
  • dojo.window.scrollIntoView

    • parameters:
      • node: (typeof DomNode)
      • pos: (typeof Object)
    • returns
      nothing to do
    • summary
      Scroll the passed node into view, if it is not already.
    • type
      Function
  • node.ownerDocument

    • type
      Object
  • dojo.doc

    • type
      Object
  • node.ownerDocument.body

    • type
      Object
  • dojo.doc.body

    • type
      Object
  • node.ownerDocument.documentElement

    • type
      Object
  • dojo.doc.documentElement

    • type
      Object
  • node.ownerDocument.body.parentNode

    • type
      Object
  • dojo.doc.body.parentNode

    • type
      Object
  • dojo.isIE

    • alias - dojo.isIE
  • dojo.isWebKit

    • alias - dojo.isWebKit
  • dojo.window

    • type
      Object
  • dojo

    • type
      Object