Pman.Tab.PersonList.js
authorMichael <michael@roojs.com>
Thu, 5 Mar 2015 04:59:52 +0000 (12:59 +0800)
committerMichael <michael@roojs.com>
Thu, 5 Mar 2015 04:59:52 +0000 (12:59 +0800)
Pman.Tab.PersonList.js

index 83cf27e..9444ed2 100644 (file)
@@ -266,7 +266,10 @@ Pman.Tab.PersonList.prototype = {
                         
                         rec.set('active', rec.data.active ? 0 : 1);
                         rec.commit();
-                         
+                        Roo.select('.x-grid-row-selected').item(1).addClass('fadeout');
+                        (function(){
+                            _this.grid.footer.onClick('first');
+                        }).defer(5000)();
                         
                         
                     }