Wijmo UI for the Web
load Method
The zero-based index of the panel to be loaded.
The load method reload the content of an Ajax panel programmatically.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijwizard();
var value; // Type: wijwizard

// Parameters
var index; // Type:  number

value = instance.load(index);
Javascript (Specification) 
function load( 
   index : number
) : wijwizard;

Parameters

index
The zero-based index of the panel to be loaded.
Example
// Reload the content of second step.
$("#wizard").wijwizard("load", 1);
Browser Compatibility
7
5
5

See Also

Reference

wijwizard type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.