[Commits] r2490 - core/trunk/geoext/lib/GeoExt/widgets/tree

commits at geoext.org commits at geoext.org
Wed Nov 24 16:10:04 CET 2010


Author: ahocevar
Date: 2010-11-24 16:10:04 +0100 (Wed, 24 Nov 2010)
New Revision: 2490

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js
Log:
added api docs for checkedGroup.


Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js	2010-11-24 13:50:47 UTC (rev 2489)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js	2010-11-24 15:10:04 UTC (rev 2490)
@@ -168,6 +168,13 @@
      */
     layerStore: null,
     
+    /** api: config[checkedGroup]
+     *  ``String`` If provided, nodes will be rendered with a radio button
+     *  instead of a checkbox. All layers represented by nodes with the same
+     *  checkedGroup are considered mutually exclusive - only one can be
+     *  visible at a time.
+     */
+    
     /** api: config[loader]
      *  ``Ext.tree.TreeLoader|Object`` If provided, subnodes will be added to
      *  this LayerNode. Obviously, only loaders that process an



More information about the Commits mailing list