From 13312b6b615a38d9216fb2bd3899416f8dbcad77 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Aug 2013 16:35:53 +0800 Subject: [PATCH] Roo/form/HtmlEditor/ToolbarContext.js --- Roo/form/HtmlEditor/ToolbarContext.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Roo/form/HtmlEditor/ToolbarContext.js b/Roo/form/HtmlEditor/ToolbarContext.js index d00fa3bce1..c33227e54c 100644 --- a/Roo/form/HtmlEditor/ToolbarContext.js +++ b/Roo/form/HtmlEditor/ToolbarContext.js @@ -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 } }, -- 2.39.2