forked from 0x2620/oxjs
add InsertHTMLDialog to VideoEditor
This commit is contained in:
parent
658fca3c76
commit
4dd2c5706d
7 changed files with 249 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue