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

Object
      wijmo.wizard.wijwizard

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

Reference

wijmo.wizard Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.