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

Object
      wijmo.wizard.wijwizard

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodThe abort method terminates all running panel ajax requests and animations.  
public MethodThe add method adds a new panel.  
public MethodThe back method moves to the previous panel.  
public MethodThe count method retrieves the number panels.  
public MethodRemoves the wijwizard functionality completely. This returns the element back to its pre-init state.  
public MethodThe load method reload the content of an Ajax panel programmatically.  
public MethodThe next method moves to the next panel.  
public MethodThe play method begins displaying the panels in order automatically.  
public MethodThe remove method removes a panel.  
public MethodThe show method selects an active panel and displays the panel at a specified position.  
public MethodThe stop method stops displaying the panels in order automatically.  
public MethodThe url method changes the url from which an Ajax (remote) panel will be loaded.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.wizard Namespace