1
0
Fork 0
forked from 0x2620/oxjs

add InsertHTMLDialog to VideoEditor

This commit is contained in:
rlx 2012-02-16 16:35:59 +00:00
commit 4dd2c5706d
7 changed files with 249 additions and 8 deletions

View file

@ -168,6 +168,9 @@ Ox.ArrayEditable = function(options, self) {
self.editing = true;
that.triggerEvent('edit', data);
},
insert: function(data) {
that.triggerEvent('insert', data);
},
submit: function(data) {
self.editing = false;
that.gainFocus();