examples/bootstrap/dashboard1.bjs.27BBMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:25:27 +0000 (19:25 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:25:27 +0000 (19:25 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.WWIBMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.L7R3LX
examples/bootstrap/dashboard1.js.2J03LX

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

index e47bb6d..00f907d 100644 (file)
                                                                                     "items" : [
                                                                                         {
                                                                                             "$ Array fields" : "[ 'item' ]",
+                                                                                            "$ Array data" : "[ [ 'option a', 'option b'] ]",
                                                                                             "xtype" : "SimpleStore",
                                                                                             "$ xns" : "Roo.data",
                                                                                             "* prop" : "store"
index e54a5b9..6498e18 100644 (file)
@@ -591,6 +591,7 @@ dashboard1 = new Roo.XComponent({
                                                                                {
                                                                                     store : {
                                                                                         fields : [ 'item' ],
+                                                                                        data : [ [ 'option a', 'option b'] ],
                                                                                         xtype : 'SimpleStore',
                                                                                         xns : Roo.data
                                                                                     },