comparison app/controller/FilterResult.js @ 811:5cdfe0ff1df3

removed surplus code
author Dustin Demuth <dustin@intevation.de>
date Wed, 27 May 2015 16:04:59 +0200
parents a5373ee662e2
children 188a9faf96e0
comparison
equal deleted inserted replaced
810:a5373ee662e2 811:5cdfe0ff1df3
41 click: this.downloadFile 41 click: this.downloadFile
42 } 42 }
43 }); 43 });
44 this.callParent(arguments); 44 this.callParent(arguments);
45 }, 45 },
46 /**
47 * Enable the Loading Animation of the Grid.
48 */
49 loadingAnimationOn: function(store, operation) {
50 store.up('grid').setLoading(true);
51 },
52
53 /**
54 * Disable the Loading Animation of the Grid.
55 */
56 loadingAnimationOff: function(store, operation) {
57 store.up('grid').setLoading(false);
58 },
59 46
60 /** 47 /**
61 * This function is called after a Row in the 48 * This function is called after a Row in the
62 * {@link Lada.view.grid.FilterResult} 49 * {@link Lada.view.grid.FilterResult}
63 * was double-clicked. 50 * was double-clicked.

http://lada.wald.intevation.org