specifies if maximize button should be shown on the dialog
custom arguments to be passed to the dialog
automatically determine size of the dialog based on its contents.
minimum width of the dialog when using autoSize option
callback that is called after dialog is closed
height of the dialog. if not specified, will be determined automatically based on the contents of the dialog
html element which will be used as contents of the dialog. You should use either html or url attribute, but not both.
include padding for adding a scrollbar
specifies if close button should be shown on the dialog
The dialog will be maximized when shown.
Text displayed in the title bar of the dialog box. If not defined, it will default to the title of the page defined by url property.
url of the page which is shown in the modal dialog. You should use either html or url attribute, but not both.
width of the dialog. if not specified, will be determined automatically based on the contents of the dialog
X coordinate of the dialog box.
Y coordinate of the dialog box.