$(function () { var returnsValue; // Type: wijmo.wizard.wijwizard // Parameters var index; // Type: number var url; // Type: string returnsValue = $(".selector").wijwizard("url", index, url); });
Parameters
- index
- The zero-based index of the panel of which its URL is to be updated.
- url
- A URL the content of the panel is loaded from.