dijit/_base/scroll.js

  • Provides:

    • dijit
  • dijit.scrollIntoView

    • type
      Function
    • parameters:
      • node: (typeof DomNode)
      • pos: (typeof Object)
    • source: [view]
       dojo.window.scrollIntoView(node, pos);
    • summary
      Scroll the passed node into view, if it is not already.
      Deprecated, use `dojo.window.scrollIntoView` instead.
  • dijit

    • type
      Object
    • summary