Mercurial > lada > lada-client
comparison app.js @ 4:b8e56e880f02
Added a first example view (userlisting) from the EXJS Tutorial. Need to be
adapted.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 29 Apr 2013 14:45:16 +0200 |
parents | ac736eea9b30 |
children | 8e79bda4d55b |
comparison
equal
deleted
inserted
replaced
3:ac736eea9b30 | 4:b8e56e880f02 |
---|---|
6 console.log('Launching the application'); | 6 console.log('Launching the application'); |
7 Ext.create('Ext.container.Viewport', { | 7 Ext.create('Ext.container.Viewport', { |
8 layout: 'fit', | 8 layout: 'fit', |
9 items: [ | 9 items: [ |
10 { | 10 { |
11 xtype: 'panel', | 11 xtype: 'probenlist', |
12 title: 'Probenauswahlmaske', | 12 title: 'Probenauswahlmaske' |
13 html: 'Probenliste wird hier angezeigt.' | |
14 } | 13 } |
15 ] | 14 ] |
16 }); | 15 }); |
17 }, | 16 }, |
18 // Define the controllers of the application. They will be initialized | 17 // Define the controllers of the application. They will be initialized |