1
0
Fork 0
forked from 0x2620/oxjs

in TableList and CustomList, expose list api

This commit is contained in:
rolux 2012-12-11 16:36:38 +01:00
commit 51bf0498da
2 changed files with 5 additions and 1 deletions

View file

@ -74,6 +74,8 @@ Ox.CustomList = function(options, self) {
})
.appendTo(that);
that.api = self.$list.options('items');
/*@
gainFocus <f> gain Focus
@*/