Table of Contents
Dialog Objects

Client side representation of a Dialog control.

Base Object
Dialog derives from Control and inherits all method provided by Control.
Methods
Name Description
accept Closes the dialog as if AcceptButton is clicked.
bringToTop Bring the dialog to the top.
cancel Closes the dialog as if CancelButton is clicked.
close Closes the dialog.
getBackShade Gets the root DOM element for the back shade.
getContentUrl Returns the current content Url.
getResult Returns the dialog result.
getTopMost Gets whether the dialog is a top most dialog.
isMinimized Returns whether the dialog is minimized.
minimize Minimizes the dialog.
move Moves the dialog.
resize Resizes the dialog.
restore Restores a minimized dialog.
setCaption Sets dialog title text.
setContentUrl Sets the new content Url.
setTopMost Sets whether the dialog is a top most dialog.
show Displays the dialog.