smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Missing columnCapitalize flag in FeatureInfoPanel #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The FeatureInfoPanel converts every info header to lower case with the first 
letter to upper case. You can not config it to do NO header change.

Original issue reported on code.google.com by wolfram.winter on 18 Oct 2013 at 7:35

GoogleCodeExporter commented 9 years ago
The FeatureInfoPanel uses the FeatureGridPanel for displaying the selected 
object info - the ColumnCapitalize flag is not used there. I'll fix it.

Original comment by wolfram.winter on 18 Oct 2013 at 7:36

GoogleCodeExporter commented 9 years ago
Should be fixed - please verify - Thanks!

Original comment by wolfram.winter on 18 Oct 2013 at 7:55

GoogleCodeExporter commented 9 years ago
Verified, thanks! Note also issue 281 (fixed) through which one can have total 
control over (number of) columns and cell content. Also this was already 
possible for FeatureGridPanel but has been added to FeatureInfoPanel.

Original comment by jus...@gmail.com on 18 Oct 2013 at 12:08