PropertiesMethodsEventsConfig OptionsDirect Link

Class Ext.tree.TreePanel

Package: Ext.grid
Defined In: .js
Class:
Extends: Ext.Panel
@cfg {Ext.tree.TreeNode} root The root node for the tree. @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 @cfg {Boolean} enableDrag true to enable just drag @cfg {Boolean} enableDrop true to enable just drop @cfg {Object} dragConfig Custom config to pass to the Ext.tree.TreeDragZone instance @cfg {Object} dropConfig Custom config to pass to the Ext.tree.TreeDropZone instance @cfg {String} ddGroup The DD group this TreePanel belongs to @cfg {String} ddAppendOnly True if the tree should only allow append drops (use for trees which are sorted) @cfg {Boolean} ddScroll true to enable body scrolling @cfg {Boolean} containerScroll true to register this container with ScrollManager @cfg {Boolean} hlDrop false to disable node highlight on drop (defaults to the value of Ext.enableFx) @cfg {String} hlColor The color of the node highlight (defaults to C3DAF9) @cfg {Boolean} animate true to enable animated expand/collapse (defaults to the value of Ext.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 Ext.tree.DefaultSelectionModel) @cfg {Ext.tree.TreeLoader} loader A Ext.tree.TreeLoader for use with this TreePanel @cfg {String} pathSeparator The token used to separate sub-paths in path strings (defaults to '/')

配置项

配置项 定义者

公告属性

属性 定义者

公共方法

方法 定义者

公告事件

这个类没公共的事件。