examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 07:19:46 +0000 (15:19 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 07:19:46 +0000 (15:19 +0800)
examples/bootstrap/bootstrap.js

index f08fead..13624c0 100644 (file)
@@ -393,6 +393,32 @@ Roo.example.bootstrap = new Roo.XComponent({
                     xns: Roo.bootstrap,
                     style :  'margin-top:60px',
                     
+                    items : [
+                        {
+                            xtype: 'Form',
+                            xns: Roo.bootstrap,
+                            labelAlign : 'left',
+                            items : [
+                                {
+                                    xtype: 'Input',
+                                    xns: Roo.bootstrap,
+                                    name : 'test',
+                                    fieldLabel : 'test'
+                                },
+                                {
+                                    xtype: 'Button',
+                                    xns: Roo.bootstrap,
+                                    html : 'Submit'
+                                    
+                                },
+                            ]
+                        }
+                    ]
+                },{
+                    xtype: 'Container',
+                    xns: Roo.bootstrap,
+                    style :  'margin-top:60px',
+                    
                     items : [
                         {
                             xtype: 'Form',