examples/bootstrap/left_siderbar.bjs
authorMicheal <micheal@roojs.com>
Tue, 2 Dec 2014 08:35:21 +0000 (16:35 +0800)
committerMicheal <micheal@roojs.com>
Tue, 2 Dec 2014 08:35:21 +0000 (16:35 +0800)
examples/bootstrap/left_siderbar.js

examples/bootstrap/left_siderbar.bjs
examples/bootstrap/left_siderbar.js

index 7076e8e..157171a 100644 (file)
@@ -23,7 +23,8 @@
                                 {
                                     "String tag" : "li",
                                     "xtype" : "Element",
-                                    "$ xns" : "Roo.bootstrap"
+                                    "$ xns" : "Roo.bootstrap",
+                                    "String html" : "<a href=\"index.html\">Home</a>"
                                 },
                                 {
                                     "xtype" : "Element",
index 1dbb69b..9d31d38 100644 (file)
@@ -35,7 +35,8 @@ left_siderbar = new Roo.XComponent({
                                     '|xns' : 'Roo.bootstrap',
                                     tag : 'li',
                                     xtype : 'Element',
-                                    xns : Roo.bootstrap
+                                    xns : Roo.bootstrap,
+                                    html : '<a href=\"index.html\">Home</a>'
                                 },
                                {
                                     '|xns' : 'Roo.bootstrap',