Mercurial > lada > lada-client
comparison app/controller/Sql.js @ 493:9fec6df13be8
Fixed the controller.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Sat, 01 Nov 2014 13:12:37 +0100 |
parents | 850ccfe5f3c4 |
children | 8b4ec61c5752 |
comparison
equal
deleted
inserted
replaced
492:fbcf6ef3b6f6 | 493:9fec6df13be8 |
---|---|
33 console.log('Initialising the Sql controller'); | 33 console.log('Initialising the Sql controller'); |
34 this.control({ | 34 this.control({ |
35 // CSS like selector to select element in the viewport. See | 35 // CSS like selector to select element in the viewport. See |
36 // ComponentQuery documentation for more details. | 36 // ComponentQuery documentation for more details. |
37 '#search': { | 37 '#search': { |
38 // Map the "render" event to the given function. | |
39 render: this.onPanelRendered, | |
40 // Map Doubleclick on rows of the probenlist. | 38 // Map Doubleclick on rows of the probenlist. |
41 select: this.selectSql | 39 select: this.selectSql |
42 }, | 40 }, |
43 '#SearchBtn': { | 41 '#SearchBtn': { |
44 // Map click event on Button. | 42 // Map click event on Button. |