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
|
|
@ -120,6 +120,9 @@ Ox.Editable = function(options, self) {
|
|||
blur: self.options.submitOnBlur ? submit : blur,
|
||||
cancel: cancel,
|
||||
change: change,
|
||||
insert: function(data) {
|
||||
that.triggerEvent('insert', data);
|
||||
},
|
||||
submit: submit
|
||||
})
|
||||
.appendTo(that.$element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue