Roo/bootstrap/HtmlEditor.js
authorAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 09:38:10 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 09:38:10 +0000 (17:38 +0800)
Roo/bootstrap/HtmlEditor.js

index 96dd415..76e4d7e 100644 (file)
@@ -161,18 +161,33 @@ Roo.extend(Roo.bootstrap.HtmlEditor, Roo.bootstrap.TextArea,  {
             
         
             xtype: 'Navbar',
-            xns: Roo.bootstrap,
+             xns: Roo.bootstrap,
             bar: true,
             items : [
-               
                 {
-                 
                     xtype: 'Button',
                     xns: Roo.bootstrap,
                     glyphicon : 'bold'
                     //html : 'submit'
+                 },
+                {
+                    xtype: 'Button',
+                    xns: Roo.bootstrap,
+                    glyphicon : 'italic'
+                    //html : 'submit'
+                 },
+                 {
+                    xtype: 'Button',
+                    xns: Roo.bootstrap,
+                    glyphicon : 'italic'
+                    //html : 'submit'
+                 },
+                 {
+                    xtype: 'Button',
+                    xns: Roo.bootstrap,
+                    glyphicon : 'underline'
+                    //html : 'submit'
                  }
-
             ]