bapp16.indd 02/17/2015 Page 599
Dialog
DIALOG METHODSMETHOD DESCRIPTION RETURN VALUEdialog(options) Makes the selected elements into
dialog boxes.jQuerydialog('close') Closes the dialog. jQuerydialog('destroy') Completely removes the dialog. jQuerydialog('isOpen') Determines if the dialog is open. Booleandialog('moveToTop') Moves the specifi ed dialog on top of
the dialogs stack.jQuerydialog('open') Opens the dialog. jQuerydialog('option',
optionName)Returns the value of the specifi ed option. Mixeddialog('option',
optionName, value)Sets the specifi ed option to the
specifi ed value.jQuerydialog('option') Returns an object of options in key,
value pairs.Objectdialog('option',
optionObject)Sets the specifi ed options as an object
of key, value pairs.jQuerydialog('widget') Returns a jQuery object containing the
dialog.jQuery