comparison app.js @ 7:54f95ab2f375

Moved title attribute
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 29 Apr 2013 16:16:00 +0200
parents 8e79bda4d55b
children 12a65c2c5dbf
comparison
equal deleted inserted replaced
6:8e79bda4d55b 7:54f95ab2f375
4 launch: function() { 4 launch: function() {
5 // Start the application. 5 // Start the application.
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 title: 'Probenauswahlmaske',
9 items: [ 10 items: [
10 { 11 {
11 xtype: 'sqllist', 12 xtype: 'sqllist'
12 title: 'Probenauswahlmaske'
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

http://lada.wald.intevation.org