1
0
Fork 0
forked from 0x2620/oxjs

TextList -> TableList

This commit is contained in:
rolux 2012-06-27 09:41:10 +02:00
commit bdebb03a45
17 changed files with 101 additions and 104 deletions

View file

@ -225,7 +225,7 @@ Ox.CalendarEditor = function(options, self) {
.css({float: 'right', margin: '4px'})
.appendTo(self.$listToolbar);
self.$list = Ox.TextList({
self.$list = Ox.TableList({
columns: self.columns,
columnsRemovable: true,
columnsVisible: true,