autoOpen Base
If set to true, the dialog will automatically open upon initialization. If false, the dialog will stay hidden until the open() method is called.
closeOnEscape Base
Specifies whether the dialog should close when it has focus and the user presses the escape (ESC) key.
draggable Base
If set to true, the dialog will be draggable by the title bar.
height Base
The height of the dialog.
maxHeight Base
The maximum height in pixels to which the dialog can be resized.
maxWidth Base
The maximum width in pixels to which the dialog can be resized.
minHeight Base
The minimum height in pixels to which the dialog can be resized.
minWidth Base
The minimum width in pixels to which the dialog can be resized.
modal Base
If set to true, the dialog will have modal behavior. Modal dialogs create an overlay below the dialog, but above other page elements and you can't interact with them.
resizable Base
If set to true, the dialog will be resizable.
title Base
The title of the dialog. Can be also set through the title attribute of the html element.
uiLibrary Base
The name of the UI library that is going to be in use. Currently we support only jQuery UI and Bootstrap.
width Base
The width of the dialog.