1
0
Fork 0
forked from 0x2620/oxjs

update video editor (maps, calendars)

This commit is contained in:
rlx 2012-01-17 17:20:31 +05:30
commit 961f4f959a
6 changed files with 62 additions and 71 deletions

View file

@ -153,7 +153,7 @@ Ox.ArrayEditable = function(options, self) {
})
.addClass(item.id == self.options.selected ? 'OxSelected' : '')
//.css(self.options.type == 'textarea' ? {padding: '4px'} : {})
.data({position: i})
.data({id: item.id, position: i})
.bindEvent({
blur: function(data) {
// fixme: remove data