X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=fe613f9f1e6a92c05f87a8cf5f00698e0043cfc1;hb=640731308cafbadde457d2589528ec53b90ad306;hp=e8dd42b35d0c569dfef66af9932ade622a39204b;hpb=248c5cdd0fe1c3012360d530f5fd34ef516a79fb;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index e8dd42b35d..fe613f9f1e 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -48496,7 +48496,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { } }, - + { xtype : 'Button', text: 'Hide Caption', @@ -51836,7 +51836,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",