$(function () { var returnsValue; // Type: wijmo.wizard.wijwizard // Parameters var index; // Type: number var title; // Type: string var desc; // Type: string returnsValue = $(".selector").wijwizard("add", index, title, desc); });
Parameters
- index
- Zero-based position where to insert the new panel.
- title
- The step title.
- desc
- The step description.