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/secure/sandbox.js

  • Provides:

    • dojox.secure.sandbox
  • Requires:

    • dojox.secure.DOM in common
    • dojox.secure.capability in common
    • dojo.NodeList-fx in common
  • setTimeout

    • alias - setTimeout
  • setInterval

    • alias - setInterval
  • dojox.secure.sandbox

    • parameters:
      • element: (typeof The)
        DOM element to use as the container for the sandbox
    • returns
      dojox.secure.__Sandbox
    • summary
      Creates a secure sandbox from which scripts and HTML can be loaded that
      will only be able to access the provided element and it's descendants, the
      rest of the DOM and JS environment will not be accessible to the sandboxed
      scripts and HTML.
    • description
      This function will create and return a sandbox object (see dojox.secure.__Sandbox)
      for the provided element.
    • type
      Function
  • dojox.secure._safeDojoFunctions

    • parameters:
      • element
      • wrap
    • returns
      wrap the NodeList
    • type
      Function
  • dojox.secure.unwrap

    • alias - dojox.secure.unwrap
  • dojo.NodeList.addContent.safetyCheck

    • parameters:
      • content
    • type
      Function
  • dojo.NodeList.style.safetyCheck

    • parameters:
      • name
      • value
    • type
      Function
  • dojo.NodeList.attr.safetyCheck

    • parameters:
      • name
      • value
    • type
      Function
  • dojox.secure

    • type
      Object
  • dojox

    • type
      Object