Pman.Tab.AdminNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:38:00 +0000 (12:38 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:38:00 +0000 (12:38 +0800)
Pman.Tab.AdminNotifyRecur.js

Pman.Tab.AdminNotifyRecur.bjs
Pman.Tab.AdminNotifyRecur.js

index 07e6b0b..b059d60 100644 (file)
                     "xtype": "Grid",
                     "|xns": "Roo.grid",
                     "items": [
+                        {
+                            "|xns": "Roo",
+                            "xtype": "Toolbar",
+                            "*prop": "toolbar"
+                        },
                         {
                             "*prop": "dataSource",
                             "remoteSort": true,
index b3b14a1..b46739d 100644 (file)
@@ -53,6 +53,10 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                 },
                 autoExpandColumn : 'person_id_name',
                 loadMask : true,
+                toolbar : {
+                    xtype: 'Toolbar',
+                    xns: Roo
+                },
                 dataSource : {
                     xtype: 'Store',
                     xns: Roo.data,