Mercurial > lada > lada-client
view app/view/Viewport.js @ 16:4faac2a04345
Remove title form sqllist to not show the panel header.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 30 Apr 2013 16:37:41 +0200 |
parents | cdcaf38eab45 |
children | f964a50bfe57 |
line wrap: on
line source
Ext.define('Lada.view.Viewport' ,{ extend: 'Ext.container.Viewport', requires: [ 'Lada.view.Sql', 'Lada.view.Proben' ], layout: 'fit', initComponent: function() { console.log('Setting up Viewport'); this.items = { xtype: 'probenlist' //items: [{ // xtype: 'probenlist' //}] }; this.callParent(arguments); } });