X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_tree_TreePanel.js.html;fp=docs%2Fsrc%2FRoo_tree_TreePanel.js.html;h=8b3cb4036b646ddb7908d3b4b8fec3433520c16d;hp=5fee48742a291d2e768c18d2d0abdd3a8a02f7a4;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_tree_TreePanel.js.html b/docs/src/Roo_tree_TreePanel.js.html index 5fee48742a..8b3cb4036b 100644 --- a/docs/src/Roo_tree_TreePanel.js.html +++ b/docs/src/Roo_tree_TreePanel.js.html @@ -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:<ul><li>The {Object} The data for the node.</li></ul> * @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:<ul><li>The {Object} The data for the node.</li></ul>