[Commits] r1980 - core/trunk/geoext/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Wed Mar 17 00:08:59 CET 2010
Author: tschaub
Date: 2010-03-17 00:08:59 +0100 (Wed, 17 Mar 2010)
New Revision: 1980
Modified:
core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js
Log:
Fixing docs for WMSLegend.
Modified: core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js 2010-03-16 21:00:05 UTC (rev 1979)
+++ core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js 2010-03-16 23:08:59 UTC (rev 1980)
@@ -14,8 +14,11 @@
/** api: (define)
* module = GeoExt
* class = WMSLegend
- * base_link = `Ext.Panel <http://extjs.com/deploy/dev/docs/?class=Ext.Panel>`_
*/
+
+/** api: (extends)
+ * GeoExt/widgets/LayerLegend.js
+ */
Ext.namespace('GeoExt');
/** api: constructor
@@ -37,7 +40,7 @@
imageFormat: "image/gif",
/** api: config[defaultStyleIsFirst]
- * ``String``
+ * ``Boolean``
* The WMS spec does not say if the first style advertised for a layer in
* a Capabilities document is the default style that the layer is
* rendered with. We make this assumption by default. To be strictly WMS
More information about the Commits
mailing list