Wijmo UI for the Web
remove Method
Specified which item should be removed.
Removes the item at specified index. The parameter is the index of item to add , If no index specified the last item will be removed.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijgallery();
var value; // Type: any

// Parameters
var index; // Type:  number

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

Parameters

index
Specified which item should be removed.
Example
$("#element").wijgallery("remove", index);
Browser Compatibility
7
5
5

See Also

Reference

wijgallery type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.