Pman.Tab.AdminTranslations.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 04:16:26 +0000 (12:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 04:16:26 +0000 (12:16 +0800)
Pman.Tab.AdminTranslations.bjs

index 06ca46a..ece7928 100644 (file)
                                             "*prop": "colModel[]"
                                         },
                                         {
-                                            "xtype": "ColumnModel",
+                                            "*prop": "colModel[]",
+                                            "dataIndex": "txt",
                                             "header": "Translated (Click to Edit)",
                                             "width": 150,
-                                            "dataIndex": "txt",
+                                            "xtype": "ColumnModel",
                                             "|renderer": "function(v,x,r) {                                                   var c = '#666';                         if (r.get('updated') < r.get('origupdated')) {                             c = 'red';                         }                                                  return '<div style=\"color:' + c+ '\">' + Ext.util.Format.htmlEncode(v) + '</div>';                     }",
-                                            "listeners": {},
                                             "|xns": "Roo.grid",
-                                            "*prop": "colModel[]",
                                             "items": [
                                                 {
                                                     "xtype": "GridEditor",