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