jQWidgets jqxListBox Complete Reference
The jqxListBox represents a jQuery listbox widget that contains a list of selectable items. You can create a listbox that can contain an array of almost any kind of item: string, Number, Object, etc. You can define your own render and encoder functions. Insert, multi insert, move up and down Every UI widget from the jQWidgets toolkit needs its JavaScript files to be included in order to work properly.
Properties:
- jQWidgets jqxListBox autoHeight Property
- jQWidgets jqxListBox allowDrag Property
- jQWidgets jqxListBox allowDrop Property
- jQWidgets jqxListBox checkboxes Property
- jQWidgets jqxListBox disabled Property
- jQWidgets jqxListBox dropAction Property
- jQWidgets jqxListBox displayMember Property
- jQWidgets jqxListBox dragEnd Property
- jQWidgets jqxListBox dragStart Property
- jQWidgets jqxListBox enableHover Property
- jQWidgets jqxListBox equalItemsWidth Property
- jQWidgets jqxListBox enableSelection Property
- jQWidgets jqxListBox filterPlaceHolder Property
- jQWidgets jqxListBox filterable Property
- jQWidgets jqxListBox filterDelay Property
- jQWidgets jqxListBox filterHeight Property
- jQWidgets jqxListBox hasThreeStates Property
- jQWidgets jqxListBox height Property
- jQWidgets jqxListBox itemHeight Property
- jQWidgets jqxListBox incrementalSearch Property
- jQWidgets jqxListBox incrementalSearchDelay Property
- jQWidgets jqxListBox multiple Property
- jQWidgets jqxListBox multipleextended Property
- jQWidgets jqxListBox renderer Property
- jQWidgets jqxListBox rtl Property
- jQWidgets jqxListBox source Property
- jQWidgets jqxListBox scrollBarSize Property
- jQWidgets jqxListBox searchMode Property
- jQWidgets jqxListBox selectedIndex Property
- jQWidgets jqxListBox theme Property
- jQWidgets jqxListBox valueMember Property
- jQWidgets jqxListBox width Property
Events:
- jQWidgets jqxListBox change Event
- jQWidgets jqxListBox dragEnd event
- jQWidgets jqxListBox select Event
- jQWidgets jqxListBox unselect Event
Methods:
- jQWidgets jqxListBox addItem() Method
- jQWidgets jqxListBox beginUpdate() Method
- jQWidgets jqxListBox getItem() Method
- jQWidgets jqxListBox clear() Method
- jQWidgets jqxListBox checkAll() Method
- jQWidgets jqxListBox destroy() Method
- jQWidgets jqxListBox clearFilter() Method
- jQWidgets jqxListBox checkItem() Method
- jQWidgets jqxListBox checkIndex() Method
- jQWidgets jqxListBox checkIndex() Method
- jQWidgets jqxListBox disableAt() Method
- jQWidgets jqxListBox ensureVisible() Method
- jQWidgets jqxListBox enableItem() Method
- jQWidgets jqxListBox enableAt() Method
- jQWidgets jqxListBox endUpdate() Method
- jQWidgets jqxListBox focus() Method
- jQWidgets jqxListBox getCheckedItems() Method
- jQWidgets jqxListBox getSelectedItem() Method
- jQWidgets jqxListBox getItemByValue() Method
- jQWidgets jqxListBox getSelectedItems() Method
- jQWidgets jqxListBox getSelectedIndex() Method
- jQWidgets jqxListBox getItems() Method
- jQWidgets jqxListBox indeterminateIndex() Method
- jQWidgets jqxListBox invalidate() Method
- jQWidgets jqxListBox indeterminateItem() Method
- jQWidgets jqxListBox refresh() Method
- jQWidgets jqxListBox removeAt() Method
- jQWidgets jqxListBox removeItem() Method
- jQWidgets jqxListBox render() Method
- jQWidgets jqxListBox selectItem() Method
- jQWidgets jqxListBox selectIndex() Method
- jQWidgets jqxListBox unselectItem() Method
- jQWidgets jqxListBox uncheckAll() Method
- jQWidgets jqxListBox uncheckIndex() Method
- jQWidgets jqxListBox updateAt() Method
- jQWidgets jqxListBox unselectIndex() Method
- jQWidgets jqxListBox uncheckItem() Method
- jQWidgets jqxListBox val() Method
Please Login to comment...