From c6b74f14c670f0c7cd5bce53091ac2b5edca9008 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 1 Nov 2011 11:23:48 +0800 Subject: [PATCH] Roo/tree/TreePanel.js --- Roo/tree/TreePanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/tree/TreePanel.js b/Roo/tree/TreePanel.js index dbe4a8b95c..52c9e74174 100644 --- a/Roo/tree/TreePanel.js +++ b/Roo/tree/TreePanel.js @@ -32,8 +32,8 @@ * @cfg {Boolean} selModel A tree selection model to use with this TreePanel (defaults to a {@link Roo.tree.DefaultSelectionModel}) * @cfg {Boolean} loader A TreeLoader for use with this TreePanel * @cfg {String} pathSeparator The token used to separate sub-paths in path strings (defaults to '/') - * @cfg {Function} renderer Sets the rendering (formatting) function for the nodes. to return HTML markup for the tree view. The render function is called with the following parameters: - * @cfg {Function} rendererTip Sets the rendering (formatting) function for the nodes hovertip to return HTML markup for the tree view. The render function is called with the following parameters: + * @cfg {Function} renderer DEPRECIATED - use TreeLoader:create event / Sets the rendering (formatting) function for the nodes. to return HTML markup for the tree view. The render function is called with the following parameters: + * @cfg {Function} rendererTip DEPRECIATED - use TreeLoader:create event / Sets the rendering (formatting) function for the nodes hovertip to return HTML markup for the tree view. The render function is called with the following parameters: * * @constructor * @param {String/HTMLElement/Element} el The container element -- 2.39.2