resources/Editors/Editor.Roo.LayoutDialog.bjs
authorEdward <edward@roojs.com>
Wed, 6 May 2015 05:22:32 +0000 (13:22 +0800)
committerEdward <edward@roojs.com>
Wed, 6 May 2015 05:22:32 +0000 (13:22 +0800)
resources/Editors/Editor.Roo.LayoutDialog.js

resources/Editors/Editor.Roo.LayoutDialog.bjs
resources/Editors/Editor.Roo.LayoutDialog.js

index 84ef6d0..752a924 100644 (file)
@@ -71,6 +71,9 @@
          "$ xns" : "Roo.Toolbar"
         },
         {
+         "listeners" : {
+          "click" : "function (_self, e)\n{\n    var data = \"\"\n}"
+         },
          "xtype" : "Button",
          "String text" : "DEBUG",
          "$ xns" : "Roo.Toolbar"
index ee5631d..988d573 100644 (file)
@@ -65,7 +65,13 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
        '|xns' : 'Roo.Toolbar',
        text : _this._strings['dc30ec20708ef7b0f641ef78b7880a15'],
        xns : Roo.Toolbar,
-       xtype : 'Button'
+       xtype : 'Button',
+       listeners : {
+        click : function (_self, e)
+         {
+             var data = ""
+         }
+       }
       }
      ]