Roo/form/HtmlEditor.js
authorAlan <alan@roojs.com>
Mon, 27 Sep 2021 07:52:01 +0000 (15:52 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Sep 2021 07:52:01 +0000 (15:52 +0800)
Roo/form/HtmlEditor.js

index 2131cfe..819f084 100644 (file)
@@ -201,7 +201,12 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             * Fires when press the Sytlesheets button
             * @param {Roo.HtmlEditorCore} this
             */
-            stylesheetsclick: true
+            stylesheetsclick: true,
+            /**
+            * @event paste
+            * Fires when press user pastes into the editor
+            * @param {Roo.HtmlEditorCore} this
+            */
         });
         this.defaultAutoCreate =  {
             tag: "textarea",