Gijgo Dialog configuration
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.
closeButtonInHeader Base
Specifies whether the dialog should have a close button in right part of dialog header.
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.
locale Base
The language that needs to be in use.
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.
scrollable Base
If set to true, add vertical scroller to the dialog body.
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 Material Design and Bootstrap.
width Base
The width of the dialog.