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/Dialog.js

  • Provides:

    • dojox.widget.Dialog
  • Requires:

    • dojo.window in common
    • dojox.fx in common
    • dojox.widget.DialogSimple in common
  • dojox.widget.Dialog

    • type
      Function
    • chains:
      • dojox.widget.DialogSimple: (prototype)
      • dojox.widget.DialogSimple: (call)
    • parameters:
      • props
      • node
    • summary
      A Lightbox-like Modal-dialog for HTML Content
    • description
      An HTML-capable Dialog widget with advanced sizing
      options, animated show/hide and other useful options.
      
      This Dialog is also very easy to apply custom styles to.
      
      It works identically to a `dijit.Dialog` with several
      additional parameters.
  • dojox.widget.Dialog.templateString

    • type
      Object
  • dojox.widget.Dialog.sizeToViewport

    • type
      Boolean
    • summary
      If true, fix the size of the dialog to the Viewport based on
      viewportPadding value rather than the calculated or natural
      stlye. If false, base the size on a passed dimension attribute.
      Eitherway, the viewportPadding value is used if the the content
      extends beyond the viewport size for whatever reason.
  • dojox.widget.Dialog.viewportPadding

    • type
      Integer
    • summary
      If sizeToViewport="true", this is the amount of padding in pixels to leave
      between the dialog border and the viewport edge.
      This value is also used when sizeToViewport="false" and dimensions exceeded
      by dialog content to ensure dialog does not go outside viewport boundary
  • dojox.widget.Dialog.dimensions

    • type
      Array
    • summary
      A two-element array of [widht,height] to animate the Dialog to if sizeToViewport="false"
      Defaults to [300,300]
  • dojox.widget.Dialog.easing

    • optional
    • type
      Function|String
    • summary
      An easing function to apply to the sizing animation.
  • dojox.widget.Dialog.sizeDuration

    • alias - dijit._defaultDuration
    • type
      Integer
    • summary
      Time (in ms) to use in the Animation for sizing.
  • dojox.widget.Dialog.sizeMethod

    • type
      String
    • summary
      To be passed to dojox.fx.sizeTo, one of "chain" or "combine" to effect
      the animation sequence.
  • dojox.widget.Dialog.showTitle

    • type
      Boolean
    • summary
      Toogle to show or hide the Title area. Can only be set at startup.
  • dojox.widget.Dialog.draggable

    • type
      Boolean
    • summary
      Make the pane draggable. Differs from dijit.Dialog by setting default to false
      
      
      simply over-ride the default from dijit.Dialog
  • dojox.widget.Dialog.modal

    • type
      Boolean
    • summary
      If true, this Dialog instance will be truly modal and prevent closing until
      explicitly told to by calling hide() - Defaults to false to preserve previous
      behaviors.
  • dojox.widget.Dialog.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • props
      • node
  • dojox.widget.Dialog._setup

    • summary
      Piggyback on dijit.Dialog's _setup for load-time options, deferred to
    • type
      Function
  • dojox.widget.Dialog._navIn

    • type
      Object
  • dojox.widget.Dialog._navOut

    • type
      Object
  • dojox.widget.Dialog.layout

    • parameters:
      • e
    • type
      Function
  • dojox.widget.Dialog._setSize

    • summary
      cache and set our desired end position
    • type
      Function
  • dojox.widget.Dialog._vp

    • type
      Object
  • dojox.widget.Dialog.containerNode

  • dojox.widget.Dialog._displaysize

    • type
      Object
  • dojox.widget.Dialog.show

    • type
      Function
  • dojox.widget.Dialog._handleNav

    • parameters:
      • e
    • summary
      Handle's showing or hiding the close icon
    • type
      Function
  • dojox.widget.Dialog._position

    • returns
      prevent content: from firing this anim #8914
    • type
      Function
  • dojox.widget.Dialog._displaysize.w

  • dojox.widget.Dialog._displaysize.h

  • dojox.widget.Dialog._sizing

    • type
      Object
  • dojox.widget.Dialog._sizingConnect

    • type
      Object
  • dojox.widget.Dialog._showContent

    • parameters:
      • e
    • summary
      Show the inner container after sizing animation
    • type
      Function
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object