Function
A Lightbox-like Modal-dialog for HTML Content
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.
Boolean
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.
Integer
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
Array
A two-element array of [widht,height] to animate the Dialog to if sizeToViewport="false" Defaults to [300,300]
Function?|String
An easing function to apply to the sizing animation.
Integer
Time (in ms) to use in the Animation for sizing.
String
To be passed to dojox.fx.sizeTo, one of "chain" or "combine" to effect the animation sequence.
Boolean
Toogle to show or hide the Title area. Can only be set at startup.
Boolean
Make the pane draggable. Differs from dijit.Dialog by setting default to false
Boolean
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. an experiment in a quicksilver-like hide. too choppy for me. },
Function
Piggyback on dijit.Dialog's _setup for load-time options, deferred to
Function
Function
cache and set our desired end position
Function
Function
Handle's showing or hiding the close icon
Function
prevent content: from firing this anim #8914
Function
Show the inner container after sizing animation
Object
Object