From 1b76b50d2520908bc4cb578c878086b4a66b2112 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Aug 2013 16:54:25 +0800 Subject: [PATCH] Roo.form.HtmlEditor.ToolbarContext.store.js --- Roo.form.HtmlEditor.ToolbarContext.store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo.form.HtmlEditor.ToolbarContext.store.js b/Roo.form.HtmlEditor.ToolbarContext.store.js index 4893ef00..8be9105a 100644 --- a/Roo.form.HtmlEditor.ToolbarContext.store.js +++ b/Roo.form.HtmlEditor.ToolbarContext.store.js @@ -15,8 +15,8 @@ Roo.form.HtmlEditor.ToolbarContext.stores = { totalProperty : 'total', fields : [ { name:'id','type':'int'}, - { name : 'name' , mapping: 'val'} , - { name:'display_name', mapping: 'display'} + { name : 'val' , mapping: 'name'} , + { name:'display', mapping: 'display_name'} ] }, listeners : { -- 2.39.2