$(function () { var options; // Type: wijmo.wizard.wijwizard.options $(".selector").wijwizard(options); });
function wijwizard;
$(function () { var options; // Type: wijmo.wizard.wijwizard.options $(".selector").wijwizard(options); });
function wijwizard;
Object
wijmo.wizard.wijwizard
Name | Description | |
---|---|---|
wijwizard Constructor |
Name | Description | |
---|---|---|
abort | The abort method terminates all running panel ajax requests and animations. | |
add | The add method adds a new panel. | |
back | The back method moves to the previous panel. | |
count | The count method retrieves the number panels. | |
destroy | Removes the wijwizard functionality completely. This returns the element back to its pre-init state. | |
load | The load method reload the content of an Ajax panel programmatically. | |
next | The next method moves to the next panel. | |
play | The play method begins displaying the panels in order automatically. | |
remove | The remove method removes a panel. | |
show | The show method selects an active panel and displays the panel at a specified position. | |
stop | The stop method stops displaying the panels in order automatically. | |
url | The url method changes the url from which an Ajax (remote) panel will be loaded. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |