Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 06:30:42 +0000 (14:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 06:30:42 +0000 (14:30 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 4f70fb5..03e4017 100644 (file)
@@ -394,6 +394,16 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                     tabIndex:-1
                 });
             }
+            cmenu.menu.items.push({
+                actiontype : 'word',
+                html: 'Remove MS Word Formating',
+                handler: function(a,b) {
+                    editorcore.cleanWord();
+                    
+                },
+                tabIndex:-1
+            });
+            
             cmenu.menu.items.push({
                 actiontype : 'all',
                 html: 'Remove All Styles',