Mercurial > lada > lada-client
comparison app/view/sql/List.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 | e4fcb4ddd782 |
children | f964a50bfe57 |
comparison
equal
deleted
inserted
replaced
15:fd692dac69a2 | 16:4faac2a04345 |
---|---|
1 Ext.define('Lada.view.sql.List' ,{ | 1 Ext.define('Lada.view.sql.List' ,{ |
2 extend: 'Ext.grid.Panel', | 2 extend: 'Ext.grid.Panel', |
3 alias: 'widget.sqllist', | 3 alias: 'widget.sqllist', |
4 title: 'SQL-Auswahl', | |
5 store: 'Sql', | 4 store: 'Sql', |
6 | 5 |
7 initComponent: function() { | 6 initComponent: function() { |
8 this.columns = [ | 7 this.columns = [ |
9 {header: 'ID', dataIndex: 'id', flex: 1}, | 8 {header: 'ID', dataIndex: 'id', flex: 1}, |