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

dijit/DialogUnderlay.js

  • Provides:

    • dijit.DialogUnderlay
  • Requires:

    • dojo.window in common
    • dijit._Widget in common
    • dijit._Templated in common
  • dijit.DialogUnderlay

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      The component that blocks the screen behind a <code>dijit.Dialog</code>
    • description
      A component used to block input behind a `dijit.Dialog`. Only a single
      instance of this widget is created by `dijit.Dialog`, and saved as
      a reference to be shared between all Dialogs as `dijit._underlay`
      
      The underlay itself can be styled based on and id:
      	#myDialog_underlay { background-color:red; }
      
      In the case of `dijit.Dialog`, this id is based on the id of the Dialog,
      suffixed with _underlay.
  • dijit.DialogUnderlay.templateString

    • type
      String
  • dijit.DialogUnderlay.dialogId

    • type
      String
    • summary
      Id of the dialog.... DialogUnderlay's id is based on this id
  • dijit.DialogUnderlay.class

    • type
      String
    • summary
      This class name is used on the DialogUnderlay node, in addition to dijitDialogUnderlay
  • dijit.DialogUnderlay.attributeMap

    • type
      Object
  • dijit.DialogUnderlay.attributeMap.id

    • type
      String
  • dijit.DialogUnderlay._setDialogIdAttr

    • parameters:
      • id
    • type
      Function
  • dijit.DialogUnderlay._setClassAttr

    • parameters:
      • clazz
    • type
      Function
  • dijit.DialogUnderlay.node.className

    • type
      String
  • dijit.DialogUnderlay.postCreate

    • summary
      Append the underlay to the body
    • type
      Function
  • dijit.DialogUnderlay.layout

    • summary
      Sets the background to the size of the viewport
    • description
      Sets the background to the size of the viewport (rather than the size
      of the document) since we need to cover the whole browser window, even
      if the document is only a few lines long.
    • tags:
    • type
      Function
  • dijit.DialogUnderlay.node.style

  • dijit.DialogUnderlay.domNode.style

  • dijit.DialogUnderlay.domNode.style.display

    • type
      String
  • dijit.DialogUnderlay.domNode.style.top

    • type
      String
  • dijit.DialogUnderlay.domNode.style.left

    • type
      String
  • dijit.DialogUnderlay.node.style.width

    • type
      String
  • dijit.DialogUnderlay.node.style.height

    • type
      String
  • dijit.DialogUnderlay.show

    • summary
      Show the dialog underlay
    • type
      Function
  • dijit.DialogUnderlay.bgIframe

    • type
      Object
  • dijit.DialogUnderlay.hide

    • summary
      Hides the dialog underlay
    • type
      Function
  • dijit

    • type
      Object