jQuery.wijmo Namespace : wijlist type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijlist(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijlist
Name | Description | |
---|---|---|
![]() | wijlist Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | activate | The activate method activates an item in the wijlist and allows the list to scroll to the item. |
![]() | addItem | The addItem method adds the specified item to the list by index. |
![]() | adjustOptions | |
![]() | deactivate | The deactivate method deactivates the activated item in the wijlist widget. |
![]() | destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
![]() | disable | |
![]() | enable | |
![]() | findIndexByLabel | Allows the user to find the index of first matched list item by item's label. |
![]() | first | The first method tests whether the focus is at the first list item. |
![]() | getItems | The getItems method allows the user to find list items by index or by value. |
![]() | getList | The method gets the jQuery object reference of the <ul> element of the wijlist widget. |
![]() | indexOf | The indexOf method returns the index of the specified list item. |
![]() | last | The last method tests whether the last list item has focus. |
![]() | next | The next method moves focus to the next list item. |
![]() | nextPage | The nextPage method turns to the next page of the list. |
![]() | option | |
![]() | popItem | The popItem method removes the last item from the wijlist widget. |
![]() | previous | The previous method moves focus to the previous list item. |
![]() | previousPage | The previous method moves focus to the previous list item. |
![]() | refreshSuperPanel | The refreshSuperPanel method refreshes the SuperPanel around the wijlist to reflect a change in the wijlist content. |
![]() | removeAll | The removeAll method removes all items from the wijlist. |
![]() | removeItem | The removeItem method removes the specified item from the wijlist. |
![]() | removeItemAt | The removeItemAt method removes the specified list item by index from the wijlist widget. |
![]() | renderList | The renderList method renders the wijlist widget on the client browser when list items change. |
![]() | selectItems | Selects item(s) in the list by item index/indices or value(s). |
![]() | setItems | The method sets the items for the wijlist to render. |
![]() | unselectItems | The unselectItems method clears selections from the indicated list items. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |