From: Alan Knowles Date: Wed, 2 Nov 2011 01:33:29 +0000 (+0800) Subject: Roo/tree/TreePanel.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f9537ca5ca656eaa924041e0e3275a18026ece72;p=roojs1 Roo/tree/TreePanel.js --- diff --git a/Roo/tree/TreePanel.js b/Roo/tree/TreePanel.js index c6d9df2fba..952c2719fb 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 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: + * @cfg {Function} renderer DEPRECATED - 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 DEPRECATED - 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