[Commits] r1109 - core/trunk/geoext/lib/GeoExt/widgets

commits at geoext.org commits at geoext.org
Thu Jun 18 18:21:52 CEST 2009


Author: tschaub
Date: 2009-06-18 18:21:52 +0200 (Thu, 18 Jun 2009)
New Revision: 1109

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/Action.js
Log:
Documenting the map config property.

Modified: core/trunk/geoext/lib/GeoExt/widgets/Action.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/Action.js	2009-06-18 16:20:04 UTC (rev 1108)
+++ core/trunk/geoext/lib/GeoExt/widgets/Action.js	2009-06-18 16:21:52 UTC (rev 1109)
@@ -42,6 +42,12 @@
      */
     control: null,
 
+    /** api: config[map]
+     *  ``OpenLayers.Map`` The OpenLayers map that the control should be added
+     *  to.  For controls that don't need to be added to a map or have already
+     *  been added to one, this config property may be omitted.
+     */
+
     /** private: property[uScope]
      *  ``Object`` The user-provided scope, used when calling uHandler,
      *  uToggleHandler, and uCheckHandler.



More information about the Commits mailing list