jQuery.wijmo.wijlist Namespace : options type |
Object
jQuery.wijmo.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. |
![]() ![]() | create | |
![]() ![]() | dataSource | Default value: null This option is the wijdataview to which the wijlist is bound. |
![]() ![]() | disabled | Default value: false A value indicates whether wijlist is disabled. |
![]() ![]() | 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. |
![]() ![]() | 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. |