Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:10:23 +0000 (17:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:10:23 +0000 (17:10 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index 61c5607..9498514 100644 (file)
                                                     "|xns": "Roo.form",
                                                     "items": [
                                                         {
-                                                            "*prop": "store",
-                                                            "xtype": "Store",
-                                                            "|xns": "Roo.data",
-                                                            "remoteSort": true,
-                                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
                                                             "listeners": {
                                                                 "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
                                                             },
+                                                            "*prop": "store",
+                                                            "remoteSort": true,
+                                                            "xtype": "Store",
+                                                            "|sortInfo": "{ direction : 'ASC', field: 'tz' }",
+                                                            "|xns": "Roo.data",
                                                             "items": [
                                                                 {
                                                                     "*prop": "proxy",
index 96c37d9..fb73aba 100644 (file)
@@ -450,14 +450,14 @@ Pman.Dialog.CoreNotifyRecur = {
                                             store : {
                                                 xtype: 'Store',
                                                 xns: Roo.data,
-                                                remoteSort : true,
-                                                sortInfo : { direction : 'ASC', field: 'id' },
                                                 listeners : {
                                                     beforeload : function (_self, o){
                                                         o.params = o.params || {};
                                                         // set more here
                                                     }
                                                 },
+                                                remoteSort : true,
+                                                sortInfo : { direction : 'ASC', field: 'tz' },
                                                 proxy : {
                                                     xtype: 'HttpProxy',
                                                     xns: Roo.data,