examples/bootstrap/modal.js
authorEdward <edward@roojs.com>
Thu, 20 Mar 2014 09:26:30 +0000 (17:26 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Mar 2014 09:26:30 +0000 (17:26 +0800)
examples/bootstrap/modal.js

index d79776b..713e62e 100644 (file)
@@ -31,15 +31,8 @@ Roo.example.modal = new Roo.XComponent({
             id : 'test-modal',
             xtype: 'Modal',
             xns: Roo.bootstrap,
-            title : 'test',
-            items : [
-                 {
-                    xtype: 'Container',
-                    xns: Roo.bootstrap,
-                    html : 'hello world',
-                    style :  'margin-top:50px'
-                 }
-            ]
+            title : 'test'
+            
         };
     }
 });
\ No newline at end of file