examples/bootstrap/homepage.bjs
authorMicheal <micheal@roojs.com>
Tue, 2 Dec 2014 05:53:38 +0000 (13:53 +0800)
committerMicheal <micheal@roojs.com>
Tue, 2 Dec 2014 05:53:38 +0000 (13:53 +0800)
examples/bootstrap/homepage.js

examples/bootstrap/homepage.bjs
examples/bootstrap/homepage.js

index eb78629..3366d5c 100644 (file)
                                                                     "String tag" : "p",
                                                                     "String cls" : "follow-me-icons",
                                                                     "xtype" : "Element",
-                                                                    "$ xns" : "Roo.bootstrap"
+                                                                    "$ xns" : "Roo.bootstrap",
+                                                                    "items" : [
+                                                                        {
+                                                                            "String tag" : "a",
+                                                                            "xtype" : "Element",
+                                                                            "$ xns" : "Roo.bootstrap"
+                                                                        }
+                                                                    ]
                                                                 }
                                                             ]
                                                         }
index a805b87..a94b646 100644 (file)
@@ -592,7 +592,16 @@ homepage = new Roo.XComponent({
                                                                     tag : 'p',
                                                                     cls : 'follow-me-icons',
                                                                     xtype : 'Element',
-                                                                    xns : Roo.bootstrap
+                                                                    xns : Roo.bootstrap,
+                                                                    items : [
+                                                                       {
+                                                                            '|xns' : 'Roo.bootstrap',
+                                                                            tag : 'a',
+                                                                            xtype : 'Element',
+                                                                            xns : Roo.bootstrap
+                                                                        }
+                                                                    ]
+
                                                                 }
                                                             ]