Wijmo UI for the Web
unselectItems Method
The zero-based index numbers of items to clear.
The unselectItems method clears selections from the indicated list items.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijlist();
var value; // Type: any

// Parameters
var indices; // Type:  array

value = instance.unselectItems(indices);
Javascript (Specification) 
function unselectItems( 
   indices : array
) : any;

Parameters

indices
The zero-based index numbers of items to clear.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.