examples/bootstrap/dashboard1.bjs.HUE0LX
[roojs1] / examples / bootstrap / dashboard1.js
index a405516..60d46cd 100644 (file)
@@ -402,7 +402,13 @@ dashboard1 = new Roo.XComponent({
                                                                                                {
                                                                                                     xtype : 'MenuItem',
                                                                                                     xns : Roo.bootstrap,
-                                                                                                    html : 'https://'
+                                                                                                    html : 'https://',
+                                                                                                    listeners : {
+                                                                                                       click : function (e)
+                                                                                                          {
+                                                                                                              _this.httpButton.setText("https://");
+                                                                                                          }
+                                                                                                    }
                                                                                                 }
                                                                                             ]