X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Ftree%2FTreePanel.js;fp=Roo%2Ftree%2FTreePanel.js;h=aec245b1723761332ace41dd4f37fcfd7546aab8;hp=f975c984f95a73e89e7f687ca0be2c34dac34ad8;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/Roo/tree/TreePanel.js b/Roo/tree/TreePanel.js index f975c984f9..aec245b172 100644 --- a/Roo/tree/TreePanel.js +++ b/Roo/tree/TreePanel.js @@ -13,7 +13,7 @@ /** * @class Roo.tree.TreePanel * @extends Roo.data.Tree - + * @cfg {Roo.tree.TreeNode} root The root node * @cfg {Boolean} rootVisible false to hide the root node (defaults to true) * @cfg {Boolean} lines false to disable tree lines (defaults to true) * @cfg {Boolean} enableDD true to enable drag and drop @@ -30,8 +30,8 @@ * @cfg {Boolean} animate true to enable animated expand/collapse (defaults to the value of Roo.enableFx) * @cfg {Boolean} singleExpand true if only 1 node per branch may be expanded * @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 {Object|Roo.tree.TreeEditor} editor The TreeEditor or xtype data to display when clicked. + * @cfg {Roo.tree.TreeLoader} loader A TreeLoader for use with this TreePanel + * @cfg {Roo.tree.TreeEditor} editor The TreeEditor to display when clicked. * @cfg {String} pathSeparator The token used to separate sub-paths in path strings (defaults to '/') * @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: