Wijmo UI for the Web
wijdialog type
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.dialog.wijdialog.options
     
    $(".selector").wijdialog(options);
});
Javascript (Specification) 
function wijdialog;
Inheritance Hierarchy

Object
   jQuery.ui.dialog
      wijmo.dialog.wijdialog

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijdialog Constructor  
Top
Fields
 NameDescription
public Fieldversion  
Top
Methods
 NameDescription
public MethodcloseThe close method closes the dialog widget.  
public MethoddestroyRemoves the wijdialog functionality completely. This returns the element to its pre-init state.  
public Methoddisable  
public Methodenable  
public MethodgetStateThe getState method gets the state of the dialog widget.  
public MethodisOpen  
public MethodmaximizeThe maximize method maximizes the wijdialog.  
public MethodminimizeThe minimize method minimizes the wijdialog.  
public MethodmoveToTop  
public MethodopenThe open method opens an instance of the wijdialog.  
public Methodoption  
public MethodpinThe pin method prevents the wijdialog from being moved.  
public MethodrefreshThe refresh method refreshes the iframe content within the wijdialog.  
public MethodresetThe reset method resets dialog properties such as width and height to their default values.  
public MethodrestoreThe restore method restores the wijdialog to its normal size from either the minimized or the maximized state.  
public MethodtoggleThe toggle method expands or collapses the content of the wijdialog.  
public Methodwidget  
Top
See Also

Reference

wijmo.dialog Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.