DataObjects/Core_domain.php
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.bjs
index cac6b25..20975ff 100644 (file)
@@ -2,10 +2,11 @@
  "name" : "Pman.Dialog.CoreAutoSavePreview",
  "parent" : "",
  "title" : "",
- "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs",
+ "path" : "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
+  "53e5aa2c97fef1555d2511de8218c544" : "By",
   "87f9f735a1d36793ceaecd4e47124b63" : "Events",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
   "bd88a20b53a47f7b5704a83a15ff5506" : "Saved Version",
@@ -44,9 +45,9 @@
      "listeners" : {
       "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
      },
-     "fitToframe" : true,
      "background" : false,
      "region" : "west",
+     "fitToframe" : true,
      "title" : "Events",
      "xtype" : "GridPanel",
      "fitContainer" : true,
         },
         {
          "xtype" : "ColumnModel",
-         "header" : "Date",
+         "header" : "By",
          "width" : 100,
-         "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }",
+         "$ renderer" : "function(v) { return String.format('{0}', v ); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
-         "dataIndex" : "event_when"
+         "dataIndex" : "person_id_name"
         }
        ]
       }