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

Object
   wijmo.dialog.JQueryUIDialog
      wijmo.dialog.wijdialog

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodThe close method closes the dialog widget.  
public MethodRemoves the wijdialog functionality completely. This returns the element to its pre-init state.  
public MethodThe getState method gets the state of the dialog widget.  
public MethodThe isOpen method returns true if the wijdialog is currently open. You can call this method to check whether or not the wijdialog is open before you complete an event or function.  
public MethodThe maximize method maximizes the wijdialog.  
public MethodThe minimize method minimizes the wijdialog.  
public MethodThe moveToTop method moves the wijdialog to the top of the stack if you have several different elements in your application.  
public MethodThe open method opens an instance of the wijdialog.  
public MethodThe pin method prevents the wijdialog from being moved.  
public MethodThe refresh method refreshes the iframe content within the wijdialog.  
public MethodThe reset method resets dialog properties such as width and height to their default values.  
public MethodThe restore method restores the wijdialog to its normal size from either the minimized or the maximized state.  
public MethodThe toggle method expands or collapses the content of the wijdialog.  
public MethodReturns a jQuery object containing the generated wrapper.  
Top
See Also

Reference

wijmo.dialog Namespace