examples/bootstrap/bootstrap.js
authorEdward <edward@roojs.com>
Thu, 20 Mar 2014 08:58:10 +0000 (16:58 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Mar 2014 08:58:10 +0000 (16:58 +0800)
examples/bootstrap/bootstrap.js

index 6ce8793..7549936 100644 (file)
@@ -110,7 +110,13 @@ Roo.example.bootstrap = new Roo.XComponent({
                                     }
                                     
                                 },
-                                
+                                {
+                                    xtype: 'Modal',
+                                    id: 'test-modal-1',
+                                    xns: Roo.bootstrap,
+                                    title : 'test1',
+                                    html: "dialog"
+                                },
                                 {
                                     xtype: 'Item',
                                     xns: Roo.bootstrap.Navbar,