Wijmo UI for the Web
setItems Method
Items to be rendered by the wijlist.
The method sets the items for the wijlist to render.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var items; // Type:  array
    
    returnsValue = $(".selector").wijlist("setItems", items);
});
Javascript (Specification) 
function setItems( 
   items : array
) : any;

Parameters

items
Items to be rendered by the wijlist.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.