examples/bootstrap/dashboard1.bjs.MV2AMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:24:22 +0000 (19:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:24:22 +0000 (19:24 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.VR9AMX
examples/bootstrap/dashboard1.js
examples/bootstrap/dashboard1.bjs.EZHFMX
examples/bootstrap/dashboard1.js.BN9DMX

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

index f5915a1..f80c458 100644 (file)
                                                                                     "Boolean disabled" : true,
                                                                                     "$ xns" : "Roo.bootstrap",
                                                                                     "string value" : 3
+                                                                                },
+                                                                                {
+                                                                                    "xtype" : "ComboBox",
+                                                                                    "$ xns" : "Roo.bootstrap",
+                                                                                    "items" : [
+                                                                                        {
+                                                                                            "xtype" : "SimpleStore",
+                                                                                            "$ xns" : "Roo.data",
+                                                                                            "* prop" : "store"
+                                                                                        }
+                                                                                    ]
                                                                                 }
                                                                             ]
                                                                         }
index 5b0e66d..43b924d 100644 (file)
@@ -587,6 +587,18 @@ dashboard1 = new Roo.XComponent({
                                                                                     disabled : true,
                                                                                     xns : Roo.bootstrap,
                                                                                     value : 3
+                                                                                },
+                                                                               {
+                                                                                    store : {
+                                                                                        xtype : 'SimpleStore',
+                                                                                        xns : Roo.data
+                                                                                    },
+                                                                                    xtype : 'ComboBox',
+                                                                                    xns : Roo.bootstrap,
+                                                                                    items : [
+
+                                                                                    ]
+
                                                                                 }
                                                                             ]