forked from 0x2620/oxjs
update video editor (maps, calendars)
This commit is contained in:
parent
dc47e901ad
commit
961f4f959a
6 changed files with 62 additions and 71 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue