Mercurial > lada > lada-client
comparison app.js @ 24:72778ac34dbb
Do not autoload the data from the server. Only load an request.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 07 May 2013 17:20:11 +0200 |
parents | 3eaeeec2bb28 |
children | f964a50bfe57 |
comparison
equal
deleted
inserted
replaced
23:dca4813dd502 | 24:72778ac34dbb |
---|---|
15 items:[ | 15 items:[ |
16 { | 16 { |
17 xtype: 'panel', | 17 xtype: 'panel', |
18 id: 'searchSelection', | 18 id: 'searchSelection', |
19 border: false, | 19 border: false, |
20 padding: '10 10 10 10', | |
21 items: [ | 20 items: [ |
22 // 1. SQL-Selection | 21 // 1. SQL-Selection |
23 // 1.1 Just a small texttual field | 22 // 1.1 Just a small texttual field |
24 { | 23 { |
25 xtype: 'displayfield', | 24 xtype: 'displayfield', |
35 { | 34 { |
36 xtype: 'panel', | 35 xtype: 'panel', |
37 id: 'searchVariables', | 36 id: 'searchVariables', |
38 hidden: true, | 37 hidden: true, |
39 border: false, | 38 border: false, |
40 padding: '10 10 10 10', | |
41 items: [ | 39 items: [ |
42 // 2. Variable-Definition. Depending on the SQL-Selection we | 40 // 2. Variable-Definition. Depending on the SQL-Selection we |
43 // need to show a small form to be able to diefine some values | 41 // need to show a small form to be able to diefine some values |
44 // within the preselected Search-statement. | 42 // within the preselected Search-statement. |
45 // 2.1 Just a small texttual field | 43 // 2.1 Just a small texttual field |
54 }, | 52 }, |
55 { | 53 { |
56 xtype: 'probenlist', | 54 xtype: 'probenlist', |
57 id: 'searchResult', | 55 id: 'searchResult', |
58 hidden: true, | 56 hidden: true, |
59 padding: '10 10 10 10' | |
60 } | 57 } |
61 ] | 58 ] |
62 }); | 59 }); |
63 }, | 60 }, |
64 // Define the controllers of the application. They will be initialized | 61 // Define the controllers of the application. They will be initialized |