Wijmo UI for the Web
wijlistview Constructor
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  jQuery.wijmo.wijlistview.options
    
    // Create a new wijlistview widget
    $(".selector").wijlistview(options);
    
    // Get a previously created wijlistview widget instance
    var widgetInstance; // Type:  jQuery.wijmo.wijlistview
    widgetInstance = $(".selector").data("wijmo-wijlistview");
});
Javascript (Specification) 
function wijlistview() : wijlistview;
Browser Compatibility
8
5
5

See Also

Reference

wijlistview type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.