Wijmo UI for the Web
show Method
The zero-based index of the panel to be actived.
The show method selects an active panel and displays the panel at a specified position.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijwizard();
var value; // Type: wijwizard

// Parameters
var index; // Type:  number

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

Parameters

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

See Also

Reference

wijwizard type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.