examples/bootstrap/bootstrap.js
authorAlan Knowles <alan@roojs.com>
Mon, 17 Feb 2014 04:42:00 +0000 (12:42 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Feb 2014 04:42:00 +0000 (12:42 +0800)
examples/bootstrap/bootstrap.js

index bfef917..997a06e 100644 (file)
@@ -440,7 +440,13 @@ Roo.example.bootstrap = new Roo.XComponent({
                                     xns: Roo.bootstrap,
                                     name : 'test',
                                     fieldLabel : 'test'
-                                    
+                                    store : {
+                                        xtype : 'SimpleStore',
+                                        xns : Roo.data,
+                                        fields: ['abbr', 'state'],
+                                        data : [ [ 'aa', 'aaa'] , ['bb', 'bbb'] ]
+                                    }
+    
                                 },
                                 {
                                     xtype: 'Button',