Object
wijmo.list.wijlist.options
Object
wijmo.list.wijlist.options
Name | Description | |
---|---|---|
addHoverItemClass | Default value: true The addHoverItemClass option determines whether the "ui-state-hover" class is applied to a list item on mouse over. | |
autoSize | Default value: false The autoSize determines whether or not the wijlist will be automatically sized. | |
dataSource | Default value: null This option is the wijdataview to which the wijlist is bound. | |
disabled | Default value: false Determines whether the widget is disabled. If set to true, the control appears dimmed and does not respond when clicked. | |
keepHightlightOnMouseLeave | Default value: false A value determines the highlight state when the mouse leaves an item. | |
listItems | Default value: [] An array that specifies the listItem collections of wijlist. | |
maxItemsCount | Default value: 5 A value specifies the maximum number of items that will be displayed if the autoSize option is also set to true. | |
selectedIndex | Default value: -1 A value that specifies the index of the item to select when using single mode. | |
selectionMode | Default value: 'single' A value indicates the list items can be single-selected or multi-selected | |
superPanelOptions | Default value: null The superPanelOptions option indicates the customized options of wijsuperpanel when the wijsuperpanel is created. |
Name | Description | |
---|---|---|
added | The added event is fired after adding item in addItem method. | |
blur | The blur event is fired when the mouse leaves the item. | |
focus | The focus event is fired when the mouse enters the list item and after the hover event logic is processed. | |
focusing | The focusing event is fired when the mouse enters the list item and before the hover event logic is processed. | |
itemRendered | The itemRendered event is fired after a list item is rendered. | |
itemRendering | The itemRendering event is fired before a list item is rendered. | |
listRendered | The listRendered event is fired after the list is rendered. | |
selected | Select event handler of wijlist. A function will be called when any item in the list is selected. |