Mercurial > lada > lada-client
comparison app.js @ 9:12a65c2c5dbf
Add probnelist to view
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 30 Apr 2013 10:48:09 +0200 |
parents | 54f95ab2f375 |
children | 21d7b63f8783 |
comparison
equal
deleted
inserted
replaced
8:e4fcb4ddd782 | 9:12a65c2c5dbf |
---|---|
7 Ext.create('Ext.container.Viewport', { | 7 Ext.create('Ext.container.Viewport', { |
8 layout: 'fit', | 8 layout: 'fit', |
9 title: 'Probenauswahlmaske', | 9 title: 'Probenauswahlmaske', |
10 items: [ | 10 items: [ |
11 { | 11 { |
12 xtype: 'sqllist' | 12 xtype: 'probenlist' |
13 } | 13 } |
14 ] | 14 ] |
15 }); | 15 }); |
16 }, | 16 }, |
17 // Define the controllers of the application. They will be initialized | 17 // Define the controllers of the application. They will be initialized |