The wijlistview widget extends the jQuery Mobile ListView, so all its options and methods apply:
http://api.jquerymobile.com/listview/. Watch for new features in coming releases.
Syntax
$(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");
});
function wijlistview() : any;
See Also