updating listmap

This commit is contained in:
rolux 2011-06-01 10:54:02 +02:00
parent 2319f5c3c9
commit 020d49e4eb

View file

@ -456,7 +456,7 @@ Ox.ListMap = function(options, self) {
max = ['Latitude', 'South', 'North'].indexOf(v) > -1 ? Ox.MAX_LATITUDE : 180;
return Ox.Input({
decimals: 8,
disabled: true, // ['Latitude', 'Longitude'].indexOf(v) > -1,
//disabled: true, // ['Latitude', 'Longitude'].indexOf(v) > -1,
id: id,
label: v,
labelWidth: 80,