[Commits] r1735 - sandbox/cmoullet/ux/ShortcutCombo/ux/widgets/form
commits at geoext.org
commits at geoext.org
Wed Jan 13 10:31:29 CET 2010
Author: asaunier
Date: 2010-01-13 10:31:29 +0100 (Wed, 13 Jan 2010)
New Revision: 1735
Modified:
sandbox/cmoullet/ux/ShortcutCombo/ux/widgets/form/ShortcutCombo.js
Log:
changed default values for width and bboxSrs
Modified: sandbox/cmoullet/ux/ShortcutCombo/ux/widgets/form/ShortcutCombo.js
===================================================================
--- sandbox/cmoullet/ux/ShortcutCombo/ux/widgets/form/ShortcutCombo.js 2010-01-13 08:41:06 UTC (rev 1734)
+++ sandbox/cmoullet/ux/ShortcutCombo/ux/widgets/form/ShortcutCombo.js 2010-01-13 09:31:29 UTC (rev 1735)
@@ -26,10 +26,9 @@
map: null,
/** api: config[width]
- * ``String`` Width of the combo. Default: 250
- * default value is 350.
+ * ``String`` Width of the combo. Default: 200
*/
- width: 250,
+ width: 200,
/** api: config[store]
* ``Ext.data.Store``: Store containing the data.
@@ -52,9 +51,9 @@
bboxField: 'bbox',
/** api: config[bboxSrs]
- * ``String`` EPSG code of the bbox bounds. Default: EPSG:4326
+ * ``String`` EPSG code of the bbox bounds. Default: EPSG:900913
*/
- bboxSrs: 'EPSG:4326',
+ bboxSrs: 'EPSG:900913',
/** private: property[name]
* ``String`` Name of the shortcut combo. Default: shortcutcombo
More information about the Commits
mailing list