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) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var indices; // Type:  array
    
    returnsValue = $(".selector").wijlist("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
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.