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

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

index eab20e3..d4954a7 100644 (file)
                                         {
                                             "String tag" : "p",
                                             "xtype" : "Element",
-                                            "$ xns" : "Roo.bootstrap"
+                                            "$ xns" : "Roo.bootstrap",
+                                            "String html" : "I'd highly recommend you <a href=\"http://www.sublimetext.com/\">Sublime Text</a>"
                                         }
                                     ]
                                 }
index 8d44ef8..308d7e9 100644 (file)
@@ -398,7 +398,8 @@ homepage = new Roo.XComponent({
                                             '|xns' : 'Roo.bootstrap',
                                             tag : 'p',
                                             xtype : 'Element',
-                                            xns : Roo.bootstrap
+                                            xns : Roo.bootstrap,
+                                            html : 'I\'d highly recommend you <a href=\"http://www.sublimetext.com/\">Sublime Text</a>'
                                         }
                                     ]