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

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

index dc63aeb..82518dd 100644 (file)
        "dataIndex" : "display_field",
        "items" : [
         {
+         "listeners" : {
+          "render" : "function (_self)\n{\n    Roo.log('reader');\n}"
+         },
          "xtype" : "GridEditor",
          "$ xns" : "Roo.grid",
          "* prop" : "editor",
index 9bbd04a..e7ee4ec 100644 (file)
@@ -400,6 +400,12 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
         '|xns' : 'Roo.grid',
         xns : Roo.grid,
         xtype : 'GridEditor',
+        listeners : {
+         render : function (_self)
+          {
+              Roo.log('reader');
+          }
+        },
         items : [
 
         ]