examples/bootstrap/homepage.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 09:34:28 +0000 (17:34 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Nov 2014 09:34:28 +0000 (17:34 +0800)
examples/bootstrap/homepage.js

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

index a5277a9..9b3cd67 100644 (file)
@@ -89,7 +89,8 @@
                                             "items" : [
                                                 {
                                                     "xtype" : "Button",
-                                                    "$ xns" : "Roo.bootstrap"
+                                                    "$ xns" : "Roo.bootstrap",
+                                                    "String html" : "a button"
                                                 }
                                             ]
                                         }
index 920296a..02eb7a3 100644 (file)
@@ -114,7 +114,8 @@ homepage = new Roo.XComponent({
                                                {
                                                     '|xns' : 'Roo.bootstrap',
                                                     xtype : 'Button',
-                                                    xns : Roo.bootstrap
+                                                    xns : Roo.bootstrap,
+                                                    html : 'a button'
                                                 }
                                             ]