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 namestring <optional> 
 Close only dialog with the given name - Source:
 
- 
    <static> open(data, o) → {jQuery}
- 
    
    
    Open a Dialog.Parameters:Name Type Argument Description dataString Data of the dialog oObject <optional> 
 Options for the dialog PropertiesName Type Argument Description noCloseBoolean <optional> 
 If true, hide all default close options - Source:
 Returns:Dialog object- Type
- jQuery
 
- 
    <static> resize(options)
- 
    
    
    Resizes current dialog.Parameters:Name Type Description optionsObject e.g. width and height - Source: