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) 
var instance = new jQuery.wijmo.wijlist();
var value; // Type: any

// Parameters
var items; // Type:  array

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.