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

dojox/widget/Loader.js

  • Provides:

    • dojox.widget.Loader
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
  • dojox.widget.Loader

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      a configurable global xhr-listener to display
      a loading message during running xhr's or to simply provide
      base-level topic to subscribe to for custom loading messages
  • dojox.widget.Loader.loadIcon

    • type
      String
    • summary
      location to the icon used.
  • dojox.widget.Loader.loadMessage

    • type
      String
    • summary
      string to use for progress loading
  • dojox.widget.Loader.hasVisuals

    • type
      Boolean
    • summary
      true to display a fixed loading message in TR cornder, false to unly provide
      "Loader" topic to subscribe to for your own custom loading message.
  • dojox.widget.Loader.attachToPointer

    • type
      Object
  • dojox.widget.Loader.duration

    • type
      Integer
    • summary
      time in ms to toggle in/out the visual load indicator
  • dojox.widget.Loader._offset

    • type
      Integer
    • summary
      distance in px from the mouse pointer to show attachToPointer avatar
  • dojox.widget.Loader._pointerConnect

    • type
      Object
  • dojox.widget.Loader._xhrStart

    • type
      Object
  • dojox.widget.Loader._xhrEnd

    • type
      Object
  • dojox.widget.Loader.templateString

    • type
      String
  • dojox.widget.Loader.postCreate

    • summary
      setup the loader
    • type
      Function
  • dojox.widget.Loader.loadNode.style.display

    • type
      String
  • dojox.widget.Loader._setMessage

    • parameters:
      • message: (typeof String)
    • summary
      set's the message in the loader
    • type
      Function
  • dojox.widget.Loader.loadMessageNode.innerHTML

  • dojox.widget.Loader._putLoader

    • parameters:
      • e: (typeof Event)
    • summary
      place the floating loading element based on mousemove connection position
    • type
      Function
  • dojox.widget.Loader._show

    • summary
      publish and show progress indicator
    • type
      Function
  • dojox.widget.Loader._hide

    • summary
      publish "xhr ended" and hide progress indicator
    • type
      Function
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object