1
0
Fork 0
forked from 0x2620/oxjs

updating listmap

This commit is contained in:
rolux 2011-06-01 10:39:33 +02:00
commit 60d6c2a166
3 changed files with 28 additions and 6 deletions

View file

@ -237,7 +237,12 @@ Ox.ListMap = function(options, self) {
]
})
.css({float: 'right', margin: '4px'})
.appendTo(self.$listToolbar)
.bindEvent({
change: function(data) {
}
})
.appendTo(self.$listToolbar);
self.$list = Ox.TextList({
columns: self.columns,