examples/bootstrap/dashboard1.bjs.9V1EMX
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:28:34 +0000 (17:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 09:28:34 +0000 (17:28 +0800)
examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js.L8XEMX
examples/bootstrap/dashboard1.js

examples/bootstrap/dashboard1.bjs
examples/bootstrap/dashboard1.js

index 9d275dd..e021524 100644 (file)
                                                                                     "string size" : "md",
                                                                                     "items" : [
                                                                                         {
+                                                                                            "listeners" : {
+                                                                                                "render" : "function (_self)\n{\n    _this.httpButton = _self;\n}"
+                                                                                            },
                                                                                             "String weight" : "primary",
                                                                                             "xtype" : "Button",
                                                                                             "$ xns" : "Roo.bootstrap",
index 88f197a..78d0bcb 100644 (file)
@@ -405,6 +405,12 @@ dashboard1 = new Roo.XComponent({
                                                                                         xtype : 'Button',
                                                                                         xns : Roo.bootstrap,
                                                                                         html : 'http://',
+                                                                                        listeners : {
+                                                                                               render : function (_self)
+                                                                                                  {
+                                                                                                      _this.httpButton = _self;
+                                                                                                  }
+                                                                                        },
                                                                                         items : [
 
                                                                                         ]