Roo/bootstrap/form/HtmlEditor.js
authorAlan <alan@roojs.com>
Fri, 17 Feb 2023 04:57:54 +0000 (12:57 +0800)
committerAlan <alan@roojs.com>
Fri, 17 Feb 2023 04:57:54 +0000 (12:57 +0800)
Roo/bootstrap/form/HtmlEditor.js

index 1a1ca50..b39ceec 100644 (file)
@@ -113,18 +113,21 @@ Roo.bootstrap.form.HtmlEditor = function(config){
             * @event imageadd
             * Fires when on any editor when an image is added (excluding paste)
             * @param {Roo.bootstrap.form.HtmlEditor} this
+            * @param {DomElement} img could also be a figure if blocks are enabled
             */
            imageadd: true ,
             /**
             * @event imageupdated
             * Fires when on any editor when an image is changed (excluding paste)
             * @param {Roo.bootstrap.form.HtmlEditor} this
+            * @param {DomElement} img could also be a figure if blocks are enabled
             */
            imageupdate: true ,
            /**
             * @event imagedelete
             * Fires when on any editor when an image is deleted
             * @param {Roo.bootstrap.form.HtmlEditor} this
+            * @param {DomElement} img could also be a figure if blocks are enabled
             */
            imagedelete: true  
         });