examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Wed, 22 Jan 2014 08:47:40 +0000 (16:47 +0800)
committerJulian Knowles <julian@roojs.com>
Wed, 22 Jan 2014 08:47:40 +0000 (16:47 +0800)
examples/bootstrap/bootstrap.js

index 4412e8c..b33a3f5 100644 (file)
@@ -63,21 +63,25 @@ Roo.example.bootstrap = new Roo.XComponent({
                                 {
                                     xtype: 'Item',
                                     xns: Roo.bootstrap.Navbar,
-                                   
-                                    html: "dialog",
-                                    listeners : {
-                                        click : function() {
-                                            Roo.ComponentMgr.get('test-modal-1').show()
+                                    html: "hello",
+                                    menu:  {
+                                            xtype: 'Menu',
+                                            xns: Roo.bootstrap,
+                                            items : [
+                                                {
+                                                    xtype: 'MenuItem',
+                                                    xns: Roo.bootstrap,
+                                                    html: "hello aaa",
+                                                    href : 'http://roojs.com'
+                                                },
+                                                {
+                                                    xtype: 'MenuItem',
+                                                    xns: Roo.bootstrap,
+                                                    html: "hello",
+                                                    href : 'http://roojs.com'
+                                                }
+                                            ]
                                         }
-                                    }
-                                    
-                                },
-                                {
-                                    xtype: 'Modal',
-                                    id: 'test-modal-1',
-                                    xns: Roo.bootstrap,
-                                    title : 'test1',
-                                    html: "dialog"
                                 }
                             ]
                         },