examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Tue, 21 Jan 2014 06:44:34 +0000 (14:44 +0800)
committerJulian Knowles <julian@roojs.com>
Tue, 21 Jan 2014 06:44:34 +0000 (14:44 +0800)
examples/bootstrap/bootstrap.js

index f18c742..d595dfb 100644 (file)
@@ -95,8 +95,14 @@ Roo.example.bootstrap = new Roo.XComponent({
                     xtype: 'Container',
                     xns: Roo.bootstrap,
                     jumbotron : true,
-                     style :  'padding: 30px 15px 40px', 
-                    html : '<h1> hello world </h1><p>test</p>'
+                    style :  'padding: 30px 15px 40px',
+                    items: [
+                        {
+                            xtype: 'Container',
+                            xns: Roo.bootstrap,
+                            html: '<h1> hello world </h1><p>test</p>'
+                        }
+                    ]
                 },
                 {
                     xtype: 'Container',