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

index 4eca2f2..0e444ff 100644 (file)
@@ -582,7 +582,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
                     displayField: item.displayField ? item.displayField : 'val',
                     valueField :  'val',
                     typeAhead: false,
-                    mode: 'local',
+                    mode: typeof(tbc.stores[i]) != 'undefined'  ? 'remote' : 'local',
                     editable : false,
                     triggerAction: 'all',
                     emptyText:'Select',