Roo.form.HtmlEditor.ToolbarContext.store.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 20 Aug 2013 12:15:38 +0000 (20:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 20 Aug 2013 12:15:38 +0000 (20:15 +0800)
Roo.form.HtmlEditor.ToolbarContext.store.js

index 6f14a80..05fa2b3 100644 (file)
@@ -1,5 +1,7 @@
 Roo.form.HtmlEditor.ToolbarContext.stores = {
+   
    'font-family' :  {
+      
             xtype : 'Store',
              // load using HTTP
             proxy: {
@@ -36,4 +38,4 @@ Roo.form.HtmlEditor.ToolbarContext.stores = {
                field: 'display', direction: 'ASC'
            }
     } 
-}
\ No newline at end of file
+};