examples/bootstrap/dashboard1.bjs.EB5IMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:29:35 +0000 (19:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:29:35 +0000 (19:29 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.CSBJMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.BHNBMX
examples/bootstrap/dashboard1.js.RWYBMX

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index 7bd387e..2a33d91 100644 (file)
                                                                                     "items" : [
                                                                                         {
                                                                                             "$ Array fields" : "[ 'item' ]",
-                                                                                            "$ Array data" : "[ [ 'option a', 'option b'] ]",
+                                                                                            "$ Array data" : "[ [ 'option a'] ,[ 'option b'] ]",
                                                                                             "xtype" : "SimpleStore",
                                                                                             "$ xns" : "Roo.data",
                                                                                             "* prop" : "store"
index 54dd1a8..4ae6edb 100644 (file)
@@ -591,7 +591,7 @@ dashboard1 = new Roo.XComponent({
                                                                                {
                                                                                     store : {
                                                                                         fields : [ 'item' ],
-                                                                                        data : [ [ 'option a', 'option b'] ],
+                                                                                        data : [ [ 'option a'] ,[ 'option b'] ],
                                                                                         xtype : 'SimpleStore',
                                                                                         xns : Roo.data
                                                                                     },