Wijmo UI for the Web
wijlistview type
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;
Inheritance Hierarchy

Object
   jQuery.wijmo.wijlistview

Browser Compatibility
8
5
5
Constructors
 NameDescription
public Constructorwijlistview Constructor  
Top
Fields
 NameDescription
public FieldwidgetBaseClass  
Top
Methods
 NameDescription
public MethodchildPages  
public Methoddestroy  
public Methoddisable  
public Methodenable  
public Methodenhance  
public MethodenhanceWithin  
public Methodoption  
public Methodraise  
public Methodrefresh  
public Methodwidget  
Top
See Also

Reference

jQuery.wijmo Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.