PropertiesMethodsEventsConfig OptionsDirect Link

Class Ext.tree.TreeNode

Package: Ext.grid
Defined In: .js
Class:
Extends: Ext.data.Node
@cfg {String} text The text for this node @cfg {Boolean} expanded true to start the node expanded @cfg {Boolean} allowDrag False to make this node undraggable if #draggable = true (defaults to true) @cfg {Boolean} allowDrop False if this node cannot have child nodes dropped on it (defaults to true) @cfg {Boolean} disabled true to start the node disabled @cfg {String} icon The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the icon via a CSS background image. @cfg {String} cls A css class to be added to the node @cfg {String} iconCls A css class to be added to the nodes icon element for applying css background images @cfg {String} href URL of the link used for the node (defaults to #) @cfg {String} hrefTarget target frame for the link @cfg {String} qtip An Ext QuickTip for the node @cfg {Boolean} expandable If set to true, the node will always show a plus/minus icon, even when empty @cfg {String} qtipCfg An Ext QuickTip config for the node (used instead of qtip) @cfg {Boolean} singleClickExpand True for single click expand on this node @cfg {Function} uiProvider A UI class to use for this node (defaults to Ext.tree.TreeNodeUI) @cfg {Boolean} checked True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no checkbox rendered) @cfg {Boolean} draggable True to make this node draggable (defaults to false) @cfg {Boolean} isTarget False to not allow this node to act as a drop target (defaults to true) @cfg {Boolean} allowChildren False to not allow this node to have child nodes (defaults to true)

配置项

这个类没有配置项。

公告属性

属性 定义者

公共方法

方法 定义者

公告事件

这个类没公共的事件。