Wrapper for dialog
- Source:
Methods
-
<static> close(name)
-
If no name is provided every dialog will be closed, otherwise only dialog with given name is closed.
Parameters:
Name Type Argument Description name
string <optional>
Close only dialog with the given name - Source:
-
<static> open(data, o) → {jQuery}
-
Open a Dialog.
Parameters:
Name Type Argument Description data
String Data of the dialog o
Object <optional>
Options for the dialog Properties
Name Type Argument Description noClose
Boolean <optional>
If true, hide all default close options - Source:
Returns:
Dialog object- Type
- jQuery
-
<static> resize(options)
-
Resizes current dialog.
Parameters:
Name Type Description options
Object e.g. width and height - Source: