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/io/scriptFrame.js

  • Provides:

    • dojox.io.scriptFrame
  • Requires:

    • dojo.io.script in common
    • dojo.io.iframe in common
  • dojo.io.script

    • alias - dojo.io.script
  • dojox.io.scriptFrame

    • alias - dojox.io.scriptFrame
    • type
      Object
  • dojox.io.scriptFrame._waiters

    • type
      Object
  • dojox.io.scriptFrame._loadedIds

    • type
      Object
  • dojox.io.scriptFrame._getWaiters

    • parameters:
      • frameId: (typeof String)
    • type
      Function
  • dojox.io.scriptFrame._fixAttachUrl

    • parameters:
      • url: (typeof String)
    • summary
      fixes the URL so that
    • type
      Function
  • dojox.io.scriptFrame._loaded

    • parameters:
      • frameId: (typeof String)
    • summary
      callback used when waiting for a frame to load (related to the usage of
      the frameId argument to dojo.io.script.get().
    • type
      Function
  • dojo.io.script._canAttach

    • alias - dojo.io.script._canAttach
    • parameters:
      • ioArgs: (typeof Object)
    • summary
      provides an override of dojo.io.script._canAttach to check for
      the existence of a the args.frameDoc property. If it is there, and it is a string,
      not a document, then create the iframe with an ID of frameDoc, and use that for the calls.
      If frameDoc is a document, then dojox.io.scriptFrame should not get involved.
    • type
      Function
  • dojox.io

    • type
      Object
  • dojox

    • type
      Object