Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 05:25:49 +0000 (13:25 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 05:25:49 +0000 (13:25 +0800)
Roo/form/HtmlEditor.js

index c8cd1e8..35ce1d5 100644 (file)
@@ -184,7 +184,14 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
              * preview the saved version of htmlEditor
              * @param {HtmlEditor} this
              */
-            savedpreview: true
+            savedpreview: true,
+            
+            /**
+            * @event stylesheets
+            * Fires when press the Sytlesheets button
+            * @param {Roo.HtmlEditorCore} this
+            */
+            stylesheets: true
         });
         this.defaultAutoCreate =  {
             tag: "textarea",