Wijmo UI for the Web
remove Method
The zero-based index of the panel to be removed.
The remove method removes a panel.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijwizard();
var value; // Type: wijwizard

// Parameters
var index; // Type:  number

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

Parameters

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

See Also

Reference

wijwizard type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.