Wijmo UI for the Web
wijlist type
wijmo.list Namespace : wijlist type
Syntax
$(function () {
    var options; // Type:  wijmo.list.wijlist.options
     
    $(".selector").wijlist(options);
});
function wijlist;
Inheritance Hierarchy

Object
      wijmo.list.wijlist

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodThe activate method activates an item in the wijlist and allows the list to scroll to the item.  
public MethodThe addItem method adds the specified item to the list by index.  
public MethodThe deactivate method deactivates the activated item in the wijlist widget.  
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodAllows the user to find the index of first matched list item by item's label.  
public MethodThe first method tests whether the focus is at the first list item.  
public MethodThe getItems method allows the user to find list items by index or by value.  
public MethodThe method gets the jQuery object reference of the <ul> element of the wijlist widget.  
public MethodGet the select item(s).  
public MethodThe indexOf method returns the index of the specified list item.  
public MethodThe last method tests whether the last list item has focus.  
public MethodThe next method moves focus to the next list item.  
public MethodThe nextPage method turns to the next page of the list.  
public MethodThe popItem method removes the last item from the wijlist widget.  
public MethodThe previous method moves focus to the previous list item.  
public MethodThe previous method moves focus to the previous list item.  
public MethodThe refreshSuperPanel method refreshes the SuperPanel around the wijlist to reflect a change in the wijlist content.  
public MethodThe removeAll method removes all items from the wijlist.  
public MethodThe removeItem method removes the specified item from the wijlist.  
public MethodThe removeItemAt method removes the specified list item by index from the wijlist widget.  
public MethodThe renderList method renders the wijlist widget on the client browser when list items change.  
public MethodSelects item(s) in the list by item index/indices or value(s).  
public MethodThe method sets the items for the wijlist to render.  
public MethodThe unselectItems method clears selections from the indicated list items.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.list Namespace