1
0
Fork 0
forked from 0x2620/oxjs

lists: implement select-as-you-type

This commit is contained in:
rolux 2012-06-29 14:19:34 +02:00
commit 64a182ae1d
4 changed files with 85 additions and 61 deletions

View file

@ -21,6 +21,7 @@ Ox.InfoList = function(options, self) {
max: -1,
min: 0,
query: {conditions: [], operator: '&'},
selectAsYouType: '',
selected: [],
size: 192,
sort: [],
@ -71,6 +72,7 @@ Ox.InfoList = function(options, self) {
orientation: 'vertical',
pageLength: 10,
query: self.options.query,
selectAsYouType: self.options.selectAsYouType,
selected: self.options.selected,
sort: self.options.sort,
type: 'info',