Wijmo UI for the Web
url Method
The zero-based index of the panel of which its URL is to be updated.
A URL the content of the panel is loaded from.
The url method changes the url from which an Ajax (remote) panel will be loaded.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijwizard();
var value; // Type: wijwizard

// Parameters
var index; // Type:  number
var url; // Type:  string

value = instance.url(index, url);
Javascript (Specification) 
function url( 
   index : number,
   url : string
) : wijwizard;

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.
Example
// Change the url content of second step.
$("#wizard").wijwizard("url", 1, "http://wijmo.com/newurl.html");
Browser Compatibility
7
5
5

See Also

Reference

wijwizard type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.