[Commits] r2012 - sandbox/mapgears/geoext.ux/ux/WMSBrowser/lib/GeoExt.ux/widgets
commits at geoext.org
commits at geoext.org
Thu Mar 18 20:05:52 CET 2010
Author: adube
Date: 2010-03-18 20:05:52 +0100 (Thu, 18 Mar 2010)
New Revision: 2012
Modified:
sandbox/mapgears/geoext.ux/ux/WMSBrowser/lib/GeoExt.ux/widgets/WMSBrowser.js
Log:
wmsbrowser - formPanel on the right is now readOnly
Modified: sandbox/mapgears/geoext.ux/ux/WMSBrowser/lib/GeoExt.ux/widgets/WMSBrowser.js
===================================================================
--- sandbox/mapgears/geoext.ux/ux/WMSBrowser/lib/GeoExt.ux/widgets/WMSBrowser.js 2010-03-18 18:40:03 UTC (rev 2011)
+++ sandbox/mapgears/geoext.ux/ux/WMSBrowser/lib/GeoExt.ux/widgets/WMSBrowser.js 2010-03-18 19:05:52 UTC (rev 2012)
@@ -301,7 +301,7 @@
columnWidth: 0.5,
xtype: 'fieldset',
labelWidth: 80,
- defaults: {width: '100%', border:false},
+ defaults: {width: '100%', border:false, readOnly: true},
defaultType: 'textfield',
autoHeight: true,
bodyStyle: Ext.isIE ? 'padding:0 0 0px 0px;' : 'padding:5px 0px;',
@@ -321,6 +321,7 @@
columns: 'auto',
fieldLabel: OpenLayers.i18n('Queryable'),
name: 'queryable',
+ defaults: {readOnly: true},
items: [{
name: 'queryableBox',
inputValue: "true",
@@ -335,6 +336,7 @@
columns: 'auto',
fieldLabel: OpenLayers.i18n('Can add ?'),
name: 'srsCompatible',
+ defaults: {readOnly: true},
items: [{
name: 'srsCompatibleBox',
inputValue: "true",
More information about the Commits
mailing list