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

index b272923..358699a 100644 (file)
@@ -539,7 +539,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
                 tb.addField( new Roo.form.ComboBox({
                     store: new Roo.data.SimpleStore({
                         id : 'val',
-                        fields: ['val'],
+                        fields: ['val', 'display'],
                         data : item.opts  
                     }),
                     name : '-roo-edit-' + i,