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

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

index 022ab6a..39022eb 100644 (file)
@@ -49,9 +49,6 @@
      "* prop" : "grid",
      "items" : [
       {
-       "listeners" : {
-        "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]",
        "Number id" : "'dataIndex'",
index 01c8680..d58639c 100644 (file)
@@ -43,14 +43,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
      fields : [ 'active', 'dataIndex', 'type','title', 'width', 'ftype', 'display_field' ],
      id : 'dataindex',
      xns : Roo.data,
-     xtype : 'SimpleStore',
-     listeners : {
-      load : function (_self, records, options)
-       {
-           Roo.log('records');
-           Roo.log(records);
-       }
-     }
+     xtype : 'SimpleStore'
     },
     toolbar : {
      '|xns' : 'Roo',