Wijmo UI for the Web
options type
wijmo.list.wijlist Namespace : options type
Inheritance Hierarchy

Object
   wijmo.list.wijlist.options

Fields
 NameDescription
public Option

Default value: true

The addHoverItemClass option determines whether the "ui-state-hover" class is applied to a list item on mouse over.

 
public Option

Default value: false

The autoSize determines whether or not the wijlist will be automatically sized.

 
public Option

Default value: null

This option is the wijdataview to which the wijlist is bound.

 
public Option

Default value: false

Determines whether the widget is disabled. If set to true, the control appears dimmed and does not respond when clicked.

 
public Option

Default value: false

A value determines the highlight state when the mouse leaves an item.

 
public Option

Default value: []

An array that specifies the listItem collections of wijlist.

 
public Option

Default value: 5

A value specifies the maximum number of items that will be displayed if the autoSize option is also set to true.

 
public Option

Default value: -1

A value that specifies the index of the item to select when using single mode.

 
public Option

Default value: 'single'

A value indicates the list items can be single-selected or multi-selected

 
public Option

Default value: null

The superPanelOptions option indicates the customized options of wijsuperpanel when the wijsuperpanel is created.

 
Top
Events
 NameDescription
public EventThe added event is fired after adding item in addItem method.  
public EventThe blur event is fired when the mouse leaves the item.  
public EventThe focus event is fired when the mouse enters the list item and after the hover event logic is processed.  
public EventThe focusing event is fired when the mouse enters the list item and before the hover event logic is processed.  
public EventThe itemRendered event is fired after a list item is rendered.  
public EventThe itemRendering event is fired before a list item is rendered.  
public EventThe listRendered event is fired after the list is rendered.  
public EventSelect event handler of wijlist. A function will be called when any item in the list is selected.  
Top
See Also

Reference

wijmo.list.wijlist Namespace