examples/bootstrap/Login.bjs.P9NKMX
authorAlan Knowles <alan@roojs.com>
Tue, 16 Sep 2014 06:10:53 +0000 (14:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Sep 2014 06:10:53 +0000 (14:10 +0800)
examples/bootstrap/Login.bjs
examples/bootstrap/Login.js.2T6JMX
examples/bootstrap/Login.js

examples/bootstrap/Login.bjs
examples/bootstrap/Login.js

index ab73247..50304e8 100644 (file)
@@ -56,7 +56,8 @@
                                     "items" : [
                                         {
                                             "xtype" : "Button",
-                                            "$ xns" : "Roo.bootstrap"
+                                            "$ xns" : "Roo.bootstrap",
+                                            "String html" : "Sign me in"
                                         }
                                     ]
                                 }
index 6cf2c13..bd1662f 100644 (file)
@@ -65,7 +65,8 @@ Login = new Roo.XComponent({
                                     items : [
                                        {
                                             xtype : 'Button',
-                                            xns : Roo.bootstrap
+                                            xns : Roo.bootstrap,
+                                            html : 'Sign me in'
                                         }
                                     ]