Wijmo UI for the Web
activate Method
wijmo.list Namespace > wijlist type : activate Method
The event object that activates the item.
The listItem to activate.
Indicates whether to scroll the activated item into view.
The activate method activates an item in the wijlist and allows the list to scroll to the item.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  object
    var item; // Type:  object
    var scrollTo; // Type:  bool
    
    returnsValue = $(".selector").wijlist("activate", event, item, scrollTo);
});
function activate( 
   event : object,
   item : object,
   scrollTo : bool
) : any;

Parameters

event
The event object that activates the item.
item
The listItem to activate.
scrollTo
Indicates whether to scroll the activated item into view.
See Also

Reference

wijlist type
wijlist jQuery Widget