Wijmo UI for the Web
removeItem Method
Indicates the item to be removed.
The removeItem method removes the specified item from the wijlist.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijlist();
var value; // Type: any

// Parameters
var item; // Type:  object

value = instance.removeItem(item);
Javascript (Specification) 
function removeItem( 
   item : object
) : any;

Parameters

item
Indicates the item to be removed.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.