[Commits] r2393 - in core/trunk/geoext: lib tests
commits at geoext.org
commits at geoext.org
Wed Sep 22 14:27:08 CEST 2010
Author: ahocevar
Date: 2010-09-22 14:27:08 +0200 (Wed, 22 Sep 2010)
New Revision: 2393
Modified:
core/trunk/geoext/lib/GeoExt.js
core/trunk/geoext/tests/list-tests.html
Log:
Added plugin for rendering tree nodes with an additional Ext.Component (closes #329)
Modified: core/trunk/geoext/lib/GeoExt.js
===================================================================
--- core/trunk/geoext/lib/GeoExt.js 2010-09-22 12:23:56 UTC (rev 2392)
+++ core/trunk/geoext/lib/GeoExt.js 2010-09-22 12:27:08 UTC (rev 2393)
@@ -94,6 +94,7 @@
"GeoExt/widgets/tips/ZoomSliderTip.js",
"GeoExt/widgets/tree/LayerNode.js",
"GeoExt/widgets/tree/TreeNodeUIEventMixin.js",
+ "GeoExt/plugins/TreeNodeComponent.js",
"GeoExt/plugins/TreeNodeRadioButton.js",
"GeoExt/widgets/tree/LayerLoader.js",
"GeoExt/widgets/tree/LayerContainer.js",
Modified: core/trunk/geoext/tests/list-tests.html
===================================================================
--- core/trunk/geoext/tests/list-tests.html 2010-09-22 12:23:56 UTC (rev 2392)
+++ core/trunk/geoext/tests/list-tests.html 2010-09-22 12:27:08 UTC (rev 2393)
@@ -20,6 +20,7 @@
<li>lib/GeoExt/plugins/PrintProviderField.html</li>
<li>lib/GeoExt/plugins/PrintExtent.html</li>
<li>lib/GeoExt/plugins/AttributeForm.html</li>
+ <li>lib/GeoExt/plugins/TreeNodeComponent.html</li>
<li>lib/GeoExt/plugins/TreeNodeRadioButton.html</li>
<li>lib/GeoExt/widgets/Action.html</li>
<li>lib/GeoExt/widgets/FeatureRenderer.html</li>
More information about the Commits
mailing list