[Commits] r1878 - in core/trunk/docsrc/lib: . GeoExt

commits at geoext.org commits at geoext.org
Tue Feb 9 17:40:48 CET 2010


Author: ahocevar
Date: 2010-02-09 17:40:48 +0100 (Tue, 09 Feb 2010)
New Revision: 1878

Added:
   core/trunk/docsrc/lib/GeoExt/plugins.rst
Modified:
   core/trunk/docsrc/lib/index.rst
Log:
Added plugins module


Added: core/trunk/docsrc/lib/GeoExt/plugins.rst
===================================================================
--- core/trunk/docsrc/lib/GeoExt/plugins.rst	                        (rev 0)
+++ core/trunk/docsrc/lib/GeoExt/plugins.rst	2010-02-09 16:40:48 UTC (rev 1878)
@@ -0,0 +1,15 @@
+.. module:: GeoExt.plugin
+    :synopsis: Plugins add functionality to components like maps or forms.
+
+:mod:`GeoExt.plugins`
+=====================
+
+The :mod:`GeoExt.plugins` module contains classes that add functionality to
+GeoExt components like :class:`GeoExt.MapPanel`, or connect form fields to
+:mod:`GeoExt.data` classes.
+
+.. toctree::
+   :maxdepth: 1
+   :glob:
+   
+   plugins/*

Modified: core/trunk/docsrc/lib/index.rst
===================================================================
--- core/trunk/docsrc/lib/index.rst	2010-02-09 14:58:50 UTC (rev 1877)
+++ core/trunk/docsrc/lib/index.rst	2010-02-09 16:40:48 UTC (rev 1878)
@@ -33,6 +33,11 @@
 
     GeoExt/data
 
+.. toctree::
+    :maxdepth: 2
+    
+    GeoExt/plugins
+
 Overrides
 ---------
 



More information about the Commits mailing list