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

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

index c9116e2..022ab6a 100644 (file)
@@ -50,7 +50,7 @@
      "items" : [
       {
        "listeners" : {
-        "load" : "function (_self, records, options)\n{\n    Roo.log(records);\n}"
+        "load" : "function (_self, records, options)\n{\n    Roo.log('records');\n    Roo.log(records);\n}"
        },
        "$ Array fields" : "[ 'active', 'dataIndex', 'type','title', 'width', 'ftype', 'display_field' ]",
        "$ Array data" : "[\n  [ 1, 'test', 'test', 110 ]\n  \n\n]",
index 3b0af65..01c8680 100644 (file)
@@ -47,6 +47,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
      listeners : {
       load : function (_self, records, options)
        {
+           Roo.log('records');
            Roo.log(records);
        }
      }