Mercurial > lada > lada-client
comparison app/controller/Filter.js @ 800:4b9b1d3ad9f1
Added about window, There are still some todos when retrieving the server version, the asynchronous request seems to fail and does not evaluate in time
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 21 May 2015 17:59:48 +0200 |
parents | bc6bc71efb78 |
children | a5373ee662e2 |
comparison
equal
deleted
inserted
replaced
799:ad24af3fcf89 | 800:4b9b1d3ad9f1 |
---|---|
239 /** | 239 /** |
240 * This Function is supposed to handle the About action | 240 * This Function is supposed to handle the About action |
241 * It has no function yet. | 241 * It has no function yet. |
242 */ | 242 */ |
243 about: function() { | 243 about: function() { |
244 var info = this.getInfoStore(); | 244 var win = Ext.create('Lada.view.window.About'); |
245 Ext.widget('about', { | 245 win.show(); |
246 info: info | |
247 }); | |
248 } | 246 } |
249 }); | 247 }); |