X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=6fbd580460e9b723cf7353d303402833423936cb;hb=caa2ade97b3fb3a067bcb1d4fe9bddab3043baab;hp=f42a03b9e58ffbc3e337877c139af897d0e4ad68;hpb=50931ceebf763513e8ae7bd9ffd26ec9993967a2;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index f42a03b9e5..6fbd580460 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -27334,7 +27334,19 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, { * Fires when press user pastes into the editor * @param {Roo.HtmlEditorCore} this */ - paste: true + paste: true, + /** + * @event imageadd + * Fires when on any editor when an image is added (excluding paste) + * @param {Roo.HtmlEditorCore} this + */ + imageadd: true , + /** + * @event imagedelete + * Fires when on any editor when an image is deleted + * @param {Roo.HtmlEditorCore} this + */ + imagedelete: true }); this.defaultAutoCreate = { tag: "textarea",