Wijmo UI for the Web
removeItemAt Method
The zero-based index of the list item to remove.
The removeItemAt method removes the specified list item by index from the wijlist widget.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijlist();
var value; // Type: any

// Parameters
var index; // Type:  number

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

Parameters

index
The zero-based index of the list item to remove.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.