Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 08:35:53 +0000 (16:35 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 08:35:53 +0000 (16:35 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index d00fa3b..c33227e 100644 (file)
@@ -132,7 +132,8 @@ Roo.form.HtmlEditor.ToolbarContext.types = {
             style : 'fontFamily',
             displayField: 'display',
             optname : 'font-family',
-            width: 140
+            width: 140,
+            editable : true
         }
     },
     'INPUT' : {
@@ -195,7 +196,8 @@ Roo.form.HtmlEditor.ToolbarContext.types = {
             style : 'fontFamily',
             displayField: 'display',
             optname : 'font-family',
-            width: 140
+            width: 140,
+            editable : true
         }
     },
     'DIV' : {
@@ -204,7 +206,8 @@ Roo.form.HtmlEditor.ToolbarContext.types = {
             style : 'fontFamily',
             displayField: 'display',
             optname : 'font-family',
-            width: 140
+            width: 140,
+            editable : true
         }
     },
      'P' : {
@@ -213,7 +216,8 @@ Roo.form.HtmlEditor.ToolbarContext.types = {
             style : 'fontFamily',
             displayField: 'display',
             optname : 'font-family',
-            width: 140
+            width: 140,
+            editable : true
         }
     },