[Commits] r2201 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Thu May 20 15:05:32 CEST 2010
Author: ahocevar
Date: 2010-05-20 15:05:32 +0200 (Thu, 20 May 2010)
New Revision: 2201
Modified:
core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js
Log:
more apidoc fixes.
Modified: core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js 2010-05-20 12:47:13 UTC (rev 2200)
+++ core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js 2010-05-20 13:05:32 UTC (rev 2201)
@@ -190,6 +190,7 @@
* Fires when a rule title is clicked.
*
* Listener arguments:
+ *
* * comp - :class:`GeoExt.VectorLegend`` This component.
* * rule - ``OpenLayers.Rule`` The rule whose title was clicked.
*/
@@ -199,6 +200,7 @@
* Fires when a rule symbolizer is clicked.
*
* Listener arguments:
+ *
* * comp - :class:`GeoExt.VectorLegend`` This component.
* * rule - ``OpenLayers.Rule`` The rule whose symbol was clicked.
*/
@@ -209,6 +211,7 @@
* title click).
*
* Listener arguments:
+ *
* * comp - :class:`GeoExt.VectorLegend`` This component.
* * rule - ``OpenLayers.Rule`` The rule that was clicked.
*/
@@ -219,6 +222,7 @@
* ``true``.
*
* Listener arguments:
+ *
* * comp - :class:`GeoExt.VectorLegend`` This component.
* * rule - ``OpenLayers.Rule`` The rule that was selected.
*/
@@ -230,6 +234,7 @@
* different one.
*
* Listener arguments:
+ *
* * comp - :class:`GeoExt.VectorLegend`` This component.
* * rule - ``OpenLayers.Rule`` The rule that was unselected.
*/
@@ -239,6 +244,7 @@
* Fires when a rule is moved.
*
* Listener arguments:
+ *
* * comp - :class:`GeoExt.VectorLegend`` This component.
* * rule - ``OpenLayers.Rule`` The rule that was moved.
*/
More information about the Commits
mailing list