[Commits] r2398 - core/trunk/geoext/lib/GeoExt/widgets/tree
commits at geoext.org
commits at geoext.org
Thu Sep 23 10:06:46 CEST 2010
Author: ahocevar
Date: 2010-09-23 10:06:46 +0200 (Thu, 23 Sep 2010)
New Revision: 2398
Modified:
core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js
Log:
Advertize createNode as api method. Non-functional change.
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js 2010-09-22 22:09:59 UTC (rev 2397)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js 2010-09-23 08:06:46 UTC (rev 2398)
@@ -130,8 +130,11 @@
}
},
- /** private: method[createNode]
+ /** api: method[createNode]
* :param attr: ``Object`` attributes for the new node
+ *
+ * Override this function for custom TreeNode node implementation, or to
+ * modify the attributes at creation time.
*/
createNode: function(attr){
if(this.baseAttrs){
More information about the Commits
mailing list