Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 07:36:59 +0000 (15:36 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 07:36:59 +0000 (15:36 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 03e4017..c166825 100644 (file)
@@ -417,6 +417,17 @@ 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.doc.innerHTML = editorcore.domToHTML();
+                    
+                },
+                tabIndex:-1
+            });
+            
+            
             tb.add(cmenu);
         }